Start a new topic
Solved

Android webview orientation

Hi. In Android I'm calling this:


AR.context.openInBrowser("https://url.com/", false);



My whole app is working in portrait mode because i'm using this code in every activity

:

android:screenOrientation="portrait"

but only webview is not locked in portrait mode. help please!
1 Comment

Hello Saad,


When you are calling AR.context.openInBrowser ("https://url.com/", false) then this is not an SDK related issue since what you are basically doing is shifting the control towards the webview. That means that there is nothing we can do there.


Thanks,

Eva 

Login or Signup to post a comment