javascript - jQuery UI Slider does not work well in iphone -


I have a jquery UI slider, but this good form works in laptop, but if I test it, it will be an iFile Or does not have any touch scraps device IDs work like normal iPhone app sliders, is this a normal way, like the iPhone normal sliders?

I am currently using this code:

  var resolution = ["800 x 600", "1024 x 768", "1280 x 960", " 1280 x 1024 "," 1600 x 1200 "," 1280 x 720 "," 1280 x 800 "," 1440 x 900 "," 1680 x 1050 "," 1920 x 1080 "," all "]; Slider: function (event, Ui) {$ ("#size") .val ((minimum: 0, maximum: resolution, line-1, orientation: "vertical", value: [resolution.length-1] Resolution [ui.values ​​[0]])}} $ $ ("#size") .val ("all"); $ ('# slider') .slider ("float", {label: resolution}) ;});  


Comments

Popular posts from this blog

graphviz - size of node with shape=circle -

android - TCP sending with Unity -

properties - C#: How to set default value for a property in a partial class? -