I am showing HTML in a webview.
The HTML looks great but I can not Zoom.
To enable zoom I have to enable “Scales Page to fit”. If I enable that the pages look horrible and small. I want to keep the same layout that I can see when scales page to fit is disabled but I need zoom to work.
Any help?
I found a trick to make it look good.
I changed scale page to fit to true (to enable zoom) and my page looked horrible. So I added the following line to the HTML head.
And everything looks good again!
If you want to change Scale page to fit to true (to enable zoom) and don’t want to change all the stylesheets, this trick worked for me.