Hello I was wondering if there was a workaround, or equivalent, for safari's viewport-fit=cover to extend a site past the iPhone notch, but for Chrome.
<meta name="viewport" content="user-scalable=no, initial-scale=1, minimum-scale=1.0, width=device-width" viewport-fit=cover/>
Everything I have read, and tried, seems to confirm including viewport-fit=cover does not work on Chrome iOS.
Here is a resource page I found: https://webkit.org/blog/7929/designing-websites-for-iphone-x/
I am making a web page which includes a single canvas for three.js rendering of a 3D Model and would like the whole scene to cover the page.