sandbird Posted May 19, 2014 Share Posted May 19, 2014 I tried to force full screen using bigscreen.js when the user click on a sprite.I put the code of moving into full screen in the mouseup / mouseupoutside / touchend / touchendoutside events of the sprites: if ( BigScreen.enabled ) BigScreen.toggle (); It's working fine only on desktop browsers. Is there a way to move into full screen in mobile browsers and pixi? thanks! Quote Link to comment Share on other sites More sharing options...
kuuuurija Posted May 19, 2014 Share Posted May 19, 2014 it has nothing to do pixi, but some mobile browsers don't support Full Screen API (example: Safari iOS *sighs!!*) http://caniuse.com/fullscreen Quote Link to comment Share on other sites More sharing options...
sandbird Posted May 19, 2014 Author Share Posted May 19, 2014 OK, thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.