I’m making custom google map for the webview in iPhone4 but all streets and fonts are unreadably small.
I’ve tried to set window.devicePixelRatio = 2; but nothing happen. I also set google map api to version “3” but no luck.
I know there is “sacle” parameter for “static map” but not for “map”.
Does anyone how to solve this? Thanks!
Using “viewport” meta is the key for this problem.
It works as charm for now 🙂