Slider position offset after exit fullscreen
vs-kiann opened this issue · 2 comments
vs-kiann commented
Hi there,
I am not sure what would be causing this issue. i am implementing a trim feature, so when the user in the fullscreen, angular-slider will appear and user can drag to the position they want. however, when the user exit fullscreen, the slider still retains the position when its in fullscreen even the user has exit the fullscreen.
ValentinH commented
You need to broadcast the reCalcViewDimensions
event on the scope. See https://github.com/angular-slider/angularjs-slider#slider-events
ValentinH commented
Closing as there was no answer for a while. Comment to re-open 😉