Slider stuck on Nokia Lumia 900?
I've discovered a problem on my mobile project when using
Nokia Lumia 900 - Windows Phone 7.5 - IE 9. It turns out that the Sliders does'nt work as expected with this particular setup - You can, however, fill out the textboxes manually, but only move the sliders if you tab on the slider rail.
I use the following setup on my website (I've tested both with, and without ajax enabled/disabled):
- <script src="/scripts/jquery-1.8.2.min.js"></script>
<script>
$(document).bind("mobileinit", function () {
$.mobile.ajaxEnabled = false;
});
</script>
<script src="/scripts/mobil/jquery.mobile-1.2.0.min.js"></script>