[Solved] Android Slider Not To Scale

@Dmitriy

Android App 1.14.0
Server 17.2
Libraries from latest github master

Slider set from 0 to 5.
2 extends to around 60% of the scale, should be 33% of the scale.
Same applies to the whole range with 4 and 5 hardly receiving any of the scale.

Noticed it some weeks ago but forgot to mention it.

Thank you for reporting. Reproduced.

@Costas this is correct. As slider has 6 values. 0, 1, 2, 3, 4, 5

The bug occurs when you start the scale from 0. From 1 it is ok.

@Dmitriy @Pavlo does the image above look right to you for 0 to 5?

@Costas Yes, you are right. This is a bug :). Sorry.

@Costas - you could try the build in β€œNew Android Release 1.14.0” theme comments - it contains a fix for this issue.

1 Like

@Dmitriy and @BlynkAndroidDev I can confirm your debugging version has fixed the slider scale bug. Thanks, thread now marked as solved.