Page 1 of 1

Slider not rendering properly

Posted: Fri Sep 09, 2016 8:29 am
by Deon

Hi
Slider is not rendering properly when applying values from database. As you can see the bar overlaps the value display.
Image


Slider not rendering properly

Posted: Fri Sep 09, 2016 8:41 pm
by Serhii Kulibaba

Hello Deon,

Please clarify, did you change it's styles? What theme/swatch do you use?


Slider not rendering properly

Posted: Sat Sep 10, 2016 5:04 am
by Deon

I am using Theme IOS 7 4.1.
I am using Swatch G. I also see swatch H and G for the slide only are exactly the same. I have tried changing swatches but still same problem.
Thanks


Slider not rendering properly

Posted: Mon Sep 12, 2016 9:31 am
by Serhii Kulibaba

Could you reproduse the same issue on the browser preview?
Please try to create a new app with only one page with the slider. Could you reproduce it there?


Slider not rendering properly

Posted: Tue Sep 13, 2016 8:22 pm
by Deon

Yes, same problem in browser and apk and new app. It happens when you check the Mini Version property. Mini version does not work.


Slider not rendering properly

Posted: Tue Sep 13, 2016 8:33 pm
by Illya Stepanov

Hi Deon -

This is seems as a known jQuery Mobile UI bug (https://github.com/jquery/jquery-mobi...), as a workaround use following CSS rule:

precode
.ui-slider-track.ui-mini {
margin: 0 15px 0 68px;
}/code/pre


Slider not rendering properly

Posted: Wed Sep 14, 2016 12:40 pm
by Deon

Great. Thank you Illya