fabiobiondi / angular-fullscreen

AngularJS HTML5 Fullscreen
214 stars 107 forks source link

Fullscreen stop working when URL change #11

Closed henrytao-me closed 10 years ago

henrytao-me commented 10 years ago

Hi author,

Do you know why fullscreenmode stop working if the URL change? I use angular-ui router in my app. Whenever I switch to fullscreenmode and click on ui-sref, it stops fullscreenmode.

Do you have any advice in this case?

Thanks! Henry

fabiobiondi commented 10 years ago

Weird. I have never used it with ui-router but I had no problems with ng-view and $routeProvider. Anyway I'm simply wrapping the fullscreen api so all problems should be related to the ui-router lib :( I'm sorry I can't help you