I need something like the HTML range input for a site im working on but I need it to work with older versions of Android that dont suppor this feature.
<input type="range" value="10" min="0" max="100" />
Which when supported looks a bit like this: http://jqueryui.com/demos/slider/
Im making a demo only so all I need is the UI, so just a point you can drag along a slider. The site is mobile optimised so needs a touch screen interface, which is why I cant use jQuery UI. Is there a way of doing this without using the jQuery Mobile framework? Thanks
Ive done it with jQuery UI and this hack to get it working with touchscreens: http://touchpunch.furf.com/