darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
144 stars 63 forks source link

slider in safari iphone 6 #107

Open praswebdev opened 9 years ago

praswebdev commented 9 years ago

Hi, We have started using the slider in our application and noticed this issue in safari iphone6. The slider works perfect on page load, but when the phone goes to sleep and then wakes after 2 minutes, all the slider functionality breaks. We noticed that in callbacks and onstatechange function, the value it return is empty and the slider dom 'value' is empty. could you please let us know what could be the reason for this behaviour? to get this work again, we had to refresh the page.

darul75 commented 9 years ago

Hi, looks like a tricky behaviour and make me think about issue I got with ng-show attribute, can you build a fiddle ? I will check what I can do

praswebdev commented 9 years ago

am using the slider version 2.2.2 and at this point cannot upgrade to higher version. I cannot replicate this in fiddle. Also we are using lot of nested scope and not sure if this affects the slider. Will keep you posted. http://jsfiddle.net/dmohan/hkp72ftL/5/