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 2021/02/25 15:13:54 UTC

[GitHub] [cordova-ios] breautek commented on issue #1085: IOS not using display-mode: standalone

breautek commented on issue #1085:
URL: https://github.com/apache/cordova-ios/issues/1085#issuecomment-785975733


   I'm not really sure if I'm understanding your issue correctly. You don't need to force the webview to do anything, you just simply need to use the CSS.
   
   Cordova doesn't force specific settings that is controllable by CSS because obviously that will take away control from the app developer.
   
   So how are you setting the `display-mode` css rule?
   
   I'm not sure what the pixel resolution value of iOS devices on top of my head, but is it possible that it doesn't fit the media query `@media (max-width: 550px) and (display-mode:standalone)`?


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