angular-slider/angularjs-slider

Slider position offset after exit fullscreen

vs-kiann opened this issue · 2 comments

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.

Image

You need to broadcast the reCalcViewDimensions event on the scope. See https://github.com/angular-slider/angularjs-slider#slider-events

Closing as there was no answer for a while. Comment to re-open 😉