i’m having a problem in my app where i need to open a webview horizontally, (and all the content inside of it)
but my app is written on portrait,
so can i change the webview that although the app is written as portrait to open the stuff INSIDE of it horizontally ? or rotate the actual web view ?
or on the other hand,
can i in the middle of an app life spen (let’s say when i move to a new screen)
lock screen orientation to horizontal only (meaning the app will only be horizontal and not portrait)
and on another screen lock the screen orientation to portrait only ?