since there is a bug in the ie8 to go fullscreen at least it does not work very good can i detect ie8 is used and then
prevent app from going fullscreen?
thank you!
since there is a bug in the ie8 to go fullscreen at least it does not work very good can i detect ie8 is used and then
prevent app from going fullscreen?
thank you!
In Web Javascript you can detect the browser type
http://www.w3schools.com/js/js_browser.asp
In Web javascript you can communicate to the Unity Application
Using this you just call an object from outside of Unity and send it a message.