#18326 closed defect (worksforme)
dojox.mobile.Slider not working on mobile safari 8 ?
Reported by: | varna2 | Owned by: | Patrick Ruzand |
---|---|---|---|
Priority: | low | Milestone: | 1.11 |
Component: | DojoX Mobile | Version: | 1.9.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hello,
I have a web page with DojoX mobile slider - and on iOS 6 it was working ok, on ipad iOS 8 Safari is not sliding. Is it a bug - or I have something missing in my project?
The slider code is: <input id="volumeSlider" data-dojo-type="dojox.mobile.Slider" data-dojo-props='step:1, min:0, max:100, orientation:"H", onChange:function(newValue){ playerObj.changeVolume(newValue); }' style="width:25%; float: right;"/>
Arturas
Change History (4)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Owner: | set to Patrick Ruzand |
---|---|
Status: | new → assigned |
I don't reproduce with the testcase dojox/mobile/tests/test_FormControls.html. Could you test it on your side ?
comment:3 Changed 8 years ago by
I can confirm that slider on http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/mobile/tests/test_FormControls.html is working correctly on iOS 8 / Safari. As I could not understand what Dojo version is used on FormControls? - I have to conclude that latest Dojo version (1.10.1) is working correctly with iOS 8.
So this means that once I update to latest Dojo, all will be fine. Thank you for the support!
comment:4 Changed 8 years ago by
Milestone: | tbd → 1.11 |
---|---|
Priority: | undecided → low |
Resolution: | → worksforme |
Status: | assigned → closed |
The same happens with official demo: http://demos.dojotoolkit.org/demos/touch/demo.html