Blocking device rotation on mobile web pages

0
Hi, just like to check whether is it possible to keep the mobile web view in portrait mode, and stop orientation changing when user rotate its phone to landscape? 
asked
2 answers
0

I don't know if you found it already but according to MDN you can use ScreenOrientation api:

https://developer.mozilla.org/en-US/docs/Web/API/ScreenOrientation/lock

answered
0

For native profile you can set this in the Native builder “Build Native App” in the Orientation selection:

answered