jquery - We want to implement a toggle Button as thumb within a html "slider" (input type="range") -
we developing app phonegap, want have toggle-button turn off slider completely. can click event in our desktop browser on thumb following code:
$(document).on('mouseup','.ui-slider-track .ui-btn.ui-slider-handle', function(){ alert("click"); });
(tap not working, click etc. working too...)
but code not working phonegap or in android-chrome. mobile device gets no event if click on thumb, except if click on last pixel shadow begins.
would nice if me problem :)
Comments
Post a Comment