...
<head>
<title>${title}</title>
<meta name="google" value="notranslate">
<meta name="viewport" content="width=device-width, target-densitydpi=high-dpi, initial-scale=1.0, user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
...You need to search information about mobile browser meta tags.
Some times ago we solved the similar problem with:
... <head> <title>${title}</title> <meta name="google" value="notranslate"> <meta name="viewport" content="width=device-width, target-densitydpi=high-dpi, initial-scale=1.0, user-scalable=no" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ...
Try to search in web this key worlds: "Building web pages to support different screen densities".
Good luck