rricamar commented on issue #623: Build with Xcode11 causes status bar rotate
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/623#issuecomment-613455001
 
 
   > > @rricamar Did you try using this version 
`https://github.com/PDLMobileApps/cordova-plugin-inappbrowser#bug-hardcodedstatusbar`
 from #656 instead of the latest released version?
   > > It's work in progress but expected to be part of the next release.
   > 
   > For me it did not help. I added the iab plugin from that repo and still 
the statusbar gets rotated. Hopefully this issue gets fixed soon since it's 
quite nasty.
   > 
   > And to make thing clear. The other content stays fixed as portrait like it 
should, but only the status bar gets rotated. Apparently opening iab releases 
something. Status bar does not rotate when iab is open.
   
   Ouch, I'll let you know if that works for me, meanwhile @jeirasmus I hid the 
status bar with this:
   
   ```xml
   <edit-config file="*-Info.plist" target="UIStatusBarHidden" mode="merge">
       <true/>
   </edit-config>
   <edit-config file="*-Info.plist" 
target="UIViewControllerBasedStatusBarAppearance" mode="merge">
       <false/>
   </edit-config>
   ```
   
   Inside `<platform name="ios">` section, if that could help you 👍 

----------------------------------------------------------------
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]

Reply via email to