- This topic has 12 replies, 3 voices, and was last updated 12 years, 2 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
YannApril 8, 2013 at 4:51 pm #337742
support-michaelKeymasterWe will discuss this with the dev team tomorrow (tue). Are you using a simple <input type=”range”> implementation?
April 9, 2013 at 1:10 am #337762
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
YannApril 9, 2013 at 12:39 pm #337801
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.
April 9, 2013 at 2:12 pm #337807
YannMemberHello Octavio,
thanks a lot, yes I want to try as soon as possible.April 11, 2013 at 1:09 am #337871
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
YannApril 11, 2013 at 1:50 am #337873
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
YannApril 11, 2013 at 9:56 am #337888
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.
April 11, 2013 at 10:26 am #337889
YannMember@Wayne
i apologize
i found why my input range do not run
a conflict with a js.
i investigate.
sorry
YannApril 11, 2013 at 12:00 pm #337891
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.
April 11, 2013 at 12:14 pm #337892
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.
YannApril 26, 2013 at 10:34 am #338527
support-octavioMemberApril 29, 2013 at 1:46 am #338581
YannMemberHello Octavio
yes you can close this post because my input range run as well.
Thanks
Yann -
AuthorPosts