- This topic has 12 replies, 3 voices, and was last updated 11 years, 6 months ago by Yann.
-
AuthorPosts
-
YannMemberHello,
i placed an input type range in a html widget.
in test center and safari desktop i haven’t problem.
But when i build ios app the slider do not run.
any idea?
thanks
Yann
support-michaelKeymasterWe will discuss this with the dev team tomorrow (tue). Are you using a simple <input type=”range”> implementation?
YannMember@ Wayne
i tried simple input range and also jquery .slider() with the same result
run as well in test center but not in native app builded.
Thanks
Yann
support-octavioMemberHi Yann,
We have a fix for this issue and will make it available in the next release. We are planning a developer build late today or tomorrow if you want to give it a try and share your results.
YannMemberHello Octavio,
thanks a lot, yes I want to try as soon as possible.
YannMemberHi Octavio
Developper build is ready?
EDIT: i found link by chance on this post http://www.genuitec.com/support-genuitec/viewtopic.php?f=8&t=4887&start=40
thanks
Yann
YannMemberHello Octavio
the input range does not work with dev 15 when i build ipa file .
run as well in test center and safari desktop.
have you newer version of dev?
also transitions are weirdphoneui.gotoPage( 'm1-mypage', phoneui.transitions.slideRigth );
Effect is only on page from and not page to
i hop you understand what i want to say.(configuration : Tested on builded version – iPhone 4 – IOS 6.1.3)
Thanks
Yann
support-michaelKeymaster>the input range does not work with dev 15 when i build ipa file .
I disagree. Our 2.3.2 dev-15 fixes a basic problem we identified based on your initial feedback. I have confirmed that <input type=”range”> accepts input on an iphone5/ios 6.1.
At this point I have no idea what your problem is from the very limited info you have provided. To move forward post a small example that replicates the issue and we will give it a look.
YannMember@Wayne
i apologize
i found why my input range do not run
a conflict with a js.
i investigate.
sorry
Yann
support-octavioMemberHi Yann,
Thanks for the follow up. We appreciate your problem report and opportunity to fix it and improve MobiOne in the next release.
YannMemberHi Octavio
i remove a js functiondocument.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
and input range run as well…
otherwise i have a problem with translation effect SlideLeft and Right.now, i looking for a solution to get the range value “on slide end” rather than onchange because i call a remote page by ajax.
Yann
support-octavioMember
YannMemberHello Octavio
yes you can close this post because my input range run as well.
Thanks
Yann -
AuthorPosts