This is a very specific problem. If I pinch and zoom into Chrome before DOM is loaded, then Chrome thinks this zoom value is the default one. I have to close the tab, and reopen it in order to recover a correct value.
It keeps the page zoomed in though I set it to 100%.
I thinks it's a bug from chromium, do you know any workaround ?
To test it :
- Open a tab with developer window on mobile/tablet devices mode
- Load a page, and very quickly set the zoom to 150%
- Try to set zoom to 100%
I tried to set meta-viewport as follow without success:
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
Also, I'm using it in Kiosk mode, I do want pinch and zoom in my application.