Closed qtrung closed 11 years ago
How i should do to resolve this problem
Which mode? I'll try and get ahold of some hardware to test/optimize a bit.
@jtsage : i have the same problem please i need help i got the date box form this url (http://dev.jtsage.com/jQM-DateBox2/) and the datebox works very fine on all devices but too slow only on iPhone 4 and iPhone 4s
the problem could be, that the datebox-plugin is not yet ready for iPad, iPhone and some other mobile devices. with this plugin properties you can change the 'click' and the 'clickalt'-events. By default they are setted to 'vclick' and 'click'. 'vclick' is especially for jQueryMobile.
Read the following tutorial: http://stackoverflow.com/questions/10165141/jquery-on-and-delegate-doesnt-work-on-ipad/12748593#12748593
and set the properties to '(isIPod() || isIPad() || isIPhone()) ? "touchstart" : "vclick"' and '(isIPod() || isIPad() || isIPhone()) ? "touchstart" : "click";' and it will run better i think.
datebox is Iphone 3G, safari at very slow.