When we flip the MS Surface device from landscape to portrait, we have to rotate the video stream by our self.
We have to support iOS and android devices and every thing is working as expected.īut we also have to support Microsoft Surface Books and Microsoft Surface Pro devices with the common browsers Chrome, Edge (with Chrome engine) and Firefox and here we go, the last browser is our problem.
We are building a SPA with Angular 9 and using webrtc inside of it, to take some pictures out of the video media stream like in the example Capturing Camera Images with Angular. It seems to me that screen.orientation is not supported in Firefox.
I have problems with the screen orientation in Mozilla Firefox.