Not able to slide JQuery Mobile Slider in Ripple -


this bugging me. using chrome ripple emulator test mobile app. , can not change value of slider sliding button when using ripple. if disable ripple can slide slider. has experienced this?

<div class="ui-block-b">     <div class="ui-bar ui-bar-c" style="height: 78px">         <input type="range" name="slider-2" id="slider-2" data-highlight="true" min="0" max="100" value="50" data-mini="true" />     </div> </div> 


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -