Dumping iOS

Hi @Dmitriy, so if this rules my issue with the slider in android have you any more ideas on this yet ?

Cheers

kev

Already fixed. Release will be today

ah cool man so it was a bug just on the android side I assume ?

How do I install a bug fix or is it just an app updates from the app store ?

Cheers

Kev

@newdos Check out the link I provided and let me know if you have further questions. I also am having problems with Virtual pin assignments not working when attached to Button widgets. If I change them to the physical pin assignment and back to the virtual then they work. Every time I reset the board, I have to do this. That is just my latest problem.

Yes, just update App. Sliders now working properly for me.

FAB!!!

Cheers

@Gunner and @Dmitriy

Hi Guys,

Hate to say this but after update my android slider still returns to zero - ios one works fine - have I missed something here

@Dmitriy @Gunner

Cheers

kev

Any ideas guys ? @Dmitriy @Gunner

Cheers

Kev

Mine still works… err, sorry? :stuck_out_tongue_winking_eye:

I forgot to ask before, when your sliders jump to 0, do they still display the correct value with the number at the top or top right, or does that also drop to 0?

Haha!!! cheers gunner!!! the number jumps to zero as well but only on android - IOS is still fine. When I then move the IOS slider the android one follows to what I set it to on IOS, but after a few secs jumps back to zero - very odd. I should say this is a standard horizontal slider.

Cheers

kev

OK, I then think there may be something different with your issue than was with mine. @BlynkAndroidDev might be able to assist as it is apparently limited to the Android App… but the fact that the number also drops to 0 makes me suspicious of a code issue, perhaps combined with differences in how the IOS and Android Apps process the incoming data?? Just a guess (as is most of my life :stuck_out_tongue: )

That’s normally the case.

codes above gunner and how do you explain that the ios slider doesn’t budge ???

The exception is that it doesn’t do that on his IOS App (same project). I don’t use IOS so can’t even begin to troubleshoot much further.

EDIT - Just realised we inadvertently hijacked another thread… sorry @mpo881

Back over to [Solved] Slider widget glitch/lag - #58 by newdos whitch is also hijacked in a sense as it was an older threaad… that’s it, I am putting myself on notice :stuck_out_tongue:

@Gunner is your issue with moving the slider to 0 in the case of max values fixed? I guess I’ve fixed it, and probably it is not relevant here, as it was reproducible only in the vertical slider.

@newdos are you sure you have no issues with touch on your display? in any case, I could send you a logging build to verify what causes such slider behavior - just add what device you are using

All is good on my stuff :slight_smile:

Hi @BlynkAndroidDev

'm not aware of any issues on the display but it’s a fair point. But would that explain it jumping to zero after being moved by the IOS slider controlling it ie I never even touched the screen on the android ?

Cheers

kev

We don’t support master to master synchronization - it is working, but it could have some issues, like this one. In any case you could check the logging build and sent me the log (open about screen and press ‘send log’ button), so I could see why it is switching to zero.

It’s switching to zero because he is sending floats to the slider.

1 Like

Yep, it’s possible, we had fixed such issue for the level widget, but seems forgot about the slider.