Dquinn Posted January 10, 2017 Share Posted January 10, 2017 Hello, switching to Fullscreen via a button in IE 11 does not work (PC). (oallowfullscreen="true" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" msallowfullscreen="true") Works fine with Chrome, Mozilla and Edge, though in edge it seems to be using webkitRequestFullscreen(). element.msRequestFullscreen() is getting called but it does nothing. The platformer example running on the melonJS.org site also does not switch to fullscreen in IE 11. Tested on windows 7 and windows 10 Is this a known issue? Can it be fixed? Many thanks, David. Quote Link to comment Share on other sites More sharing options...
obiot Posted January 11, 2017 Share Posted January 11, 2017 interesting... on IE11 melonJS does indeed use the right one (`msRequestFullscreen `), but it then does not anything. i'm not usually using IE, and last time I tried this was with EDGE, so yes I would say that this is a newly discovered issue with IE11 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.