Safari / MS Edge bugs
ajlatour opened this issue · comments
AJ Latour commented
I'm trying to force my webapp to be in landscape view only. Having a rotate device message on portrait is appearing on desktop versions of Microsoft Edge and Safari.
Does anyone have any idea what could be causing this?
alexandermaisey commented
I just discovered this issue today as well.
Krzysztof Przybylski commented
It uses Screen API orientation features which aren't supported in Safari and MS Edge
https://developer.mozilla.org/en-US/docs/Web/API/Screen#Browser_compatibility
It also uses window.orientation
which isn't supported as well https://developer.mozilla.org/en-US/docs/Web/API/Window/orientation#Browser_compatibility
Timo Uhlmann commented