You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/30 13:08:03 UTC

[GitHub] [cordova-plugin-statusbar] skozgursk opened a new issue #193: There is something like a navigation bar on some ios devices

skozgursk opened a new issue #193:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/193


   Even tough my project has no navigation bar when ı open it always put someting like it. There is always 50px space over home button. it happens on some ios devices for example xs and 11. I think it related with new home button ı am not sure. After I switch between apps or show ads its disappears.
   
   this is on my info.plist
   `
   <key>UIStatusBarHidden</key>
   <true/>
   <key>UIViewControllerBasedStatusBarAppearance</key>
   <false/>
   `
   
   index.html
   
   `<meta name="viewport" content="viewport-fit=cover, initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width, height=device-height" />
   `
   config.xml
   
   `<preference name="StatusBarDefaultScrollToTop" value="false" />
           <preference name="StatusBarOverlaysWebView" value="true"/>
           <preference name="StatusBarBackgroundColor" value="#000000"/>
           <preference name="StatusBarStyle" value="blackopaque"/>
           <preference name="BackgroundColor" value="#ffffff"/>
           <preference name="DisallowOverscroll" value="true"/>
           <preference name="WebViewBounce" value="false"/>
           <preference name="KeyboardShrinksView" value="true"/>
           <preference name="Allow3DTouchLinkPreview" value="false"/>
           <preference name="DetectMediaTypes" value="true"/>
           <preference name="allowInlineMediaPlayback" value="true"/>
           <preference name="AllowInlineMediaPlayback" value="true"/>`
   
   Example image on open
   
   ![Simulator Screen Shot - iPhone Xs Max - 2020-06-30 at 16 09 16](https://user-images.githubusercontent.com/45282949/86129289-1fb11000-baeb-11ea-97a4-fef84f3ff01b.png)
   
   Example image after ads
   
   ![Simulator Screen Shot - iPhone Xs Max - 2020-06-30 at 16 12 34](https://user-images.githubusercontent.com/45282949/86129569-92ba8680-baeb-11ea-8c5e-19f810369ef4.png)
   
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] timbru31 commented on issue #193: There is something like a navigation bar on some ios devices

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #193:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/193#issuecomment-756854091


   Thanks a lot for your issue, however the issue template exists for a reason. 😊   
   It helps us to debug the issue further and to provide a solution much faster. With important information missing, we unfortunately can't help you.
   
   Therefore, please edit this issue accordingly or close and create a new one and make sure to provide all the required information.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] timbru31 closed issue #193: There is something like a navigation bar on some ios devices

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #193:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/193


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] timbru31 closed issue #193: There is something like a navigation bar on some ios devices

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #193:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/193


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] timbru31 commented on issue #193: There is something like a navigation bar on some ios devices

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #193:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/193#issuecomment-756854091


   Thanks a lot for your issue, however the issue template exists for a reason. 😊   
   It helps us to debug the issue further and to provide a solution much faster. With important information missing, we unfortunately can't help you.
   
   Therefore, please edit this issue accordingly or close and create a new one and make sure to provide all the required information.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org