rricamar edited a comment on issue #623: Build with Xcode11 causes status bar rotate URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/623#issuecomment-612449817 > How are you locking the screen rotation? Can you provide a sample app? I can't reproduce Hi @jcesarmobile , ty for you reply, On my case, the flow is the next: 1. Using https://github.com/apache/cordova-plugin-screen-orientation I block the `screen-orientation` to only portrait. It works since in our app we have a public part which you can navigate without trying to login and the status bar doesn't rotate on that part 2. After login (here is where we use `in-app`), status bar starts to rotate even if the screen stills locked to portrait, you can see it in the video left in https://github.com/apache/cordova-plugin-inappbrowser/issues/564 (you'll see how the home indicator appears on the left I'll try to create a repo with a reproducible sample app asap, ty again 👍
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
