> It's implemented in Blink and I think Mozilla implemented it too. Basically, it has a full browser support.
found it... MDN is wrong and you are right. Android only:
```WebIDL
#if defined(MOZ_WIDGET_ANDROID)
// https://compat.spec.whatwg.org/#windoworientation-interface
partial interface Window {
[NeedsCallerType]
readonly attribute short orientation;
attribute EventHandler onorientationchange;
};
#endif
```
> Why would that be? We didn't get that kind of feedback for Chrome.
I think Johanna had found it to be unreliable - but I guess you would have had more people yelling about it.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/screen-orientation/issues/188#issuecomment-555865181