Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
How to capture onsenUi range stop ?
-
Hello, i user onsenUi range slider with cordova media seek position , how can i capture the range slider value when i finish dragging this?, with jquery mobile range slider it’s an event called ‘slidestop’ but in cordova nothing is on the document.
Thank you
-
Hello onsen ui any response?
-
Sorry, I am in North America and have been asleep. You can either add an eventListener or try the onchange event. It works in codepen, but I haven’t tested it on an actual application. Let me know.
http://codepen.io/anon/pen/NxJmyd
<ons-page> <p> <ons-range id="myRange" onchange="alert(document.getElementById('myRange').value);"></ons-range> </p> <p> <ons-range modifier="material" id="myRange2" onchange="alert(document.getElementById('myRange2').value);"></ons-range> </p> </ons-page>
-
@munsterlander It’s not too much but I hope you like your new group :sweat_smile:
-
@Fran-Diox Hey! That’s pretty cool. I hope I can live up to the group name as I have asked some pretty non-expert questions to you! In all honesty though, I have really enjoyed working with Monaca / Onsen. The feature set and ease of use are outstanding!