When reading Ashley tutorial about fullscreen and orientation lock in browsers:
https://www.scirra.com/tutorials/1282/f ... n-browsers
I was wondering if there was any reliable way to test if those features exists, or are supported by the browser the user is using so we do not for exemple, show a button if the related feature does not work.
Of course trying to detect the browser itself and do a manual change like "if on safari, do nothing, else if on chrome, do this, else do that" is not an option (the whole concept is to have one codebase, not one per browser).