Hi
Slider is not rendering properly when applying values from database. As you can see the bar overlaps the value display.
Hello Deon,
Please clarify, did you change it's styles? What theme/swatch do you use?
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
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?
Yes, same problem in browser and apk and new app. It happens when you check the Mini Version property. Mini version does not work.
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
Great. Thank you Illya