breautek edited a comment on issue #172:
URL: 
https://github.com/apache/cordova-plugin-wkwebview-engine/issues/172#issuecomment-675126371


   > viewport=cover
   
   Do you mean...
   
   ```
   <meta name='viewport' content='initial-scale=1, viewport-fit=cover'>
   ```
   
   [viewport 
meta](https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag)
 doesn't have a `viewport=cover` attribute, it isn't a standard attribute, but 
safari iOS implements `viewport-fit=cover` under the viewport meta tag, which 
does what you want.
   
    https://webkit.org/blog/7929/designing-websites-for-iphone-x/


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to