bdougherty/BigScreen

BigScreen.onexit method not working on latest version of firefox 43.0b4

Opened this issue · 1 comments

BigScreen.onexit = function() {
//Do Something
};

This method is working on latest version of chrome & in IE, but not on firefox.

Using latest Bigscreen version v2.0.5

I was experiencing some issues with the latest versions of Firefox and BigScreen, related to the new fade in/out effect when entering/exiting the fullscreen mode. The problem was the magic number 100 in the timeout in https://github.com/bdougherty/BigScreen/blob/master/bigscreen.js#L173. Try increasing it (to 1000, for instance), maybe this solves your issue as well.