I am trying to use the html5 slider tag in my phonegap application. But the slider is not displaying on the Android emulator. I am using phonegap.0.9.4, android 2.2. Can anyone please tell me how to make html5 tags work in my application?
thanks in advance..
Is it returning your input as a “text” type input? The “range” type for input elements in HTML5 is likely not supported in the browser. You can try using jQuery’s slider: http://jqueryui.com/demos/slider/