jeirasmus commented on issue #623: Build with Xcode11 causes status bar rotate
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/623#issuecomment-613458001
 
 
   > > > @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:
   > 
   > ```
   > <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 👍
   
   My intension is not to hide the statusbar. I would like it to be visible all 
the time.
   
   1) open the application with forced rotation (does not matter if it forced 
with config.xml or with orientation plugin). At this point statusbar is not 
rotating to landscape.
   2) open some page with iabrowser
   3) close iabrowser (does not matter how)
   4) turn phone to landscape and see that statusbar is rotating

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