On Thu, Jan 09, 2014 at 02:03:45PM +0100, Juliusz Gonera wrote:
The text in the search input is bigger for a reason: Chrome on Android will zoom the whole page if the text is too small (too small for someone from Google I guess).
Really? Does Chrome on Android not respect the 'viewport' meta tag? initial-scale=1 should ensure that it doesn't just decide to zoom as it pleases.
I know with my skin[0], which has mostly 1em size text (e.g. the browser's default), the viewport works perfectly and doesn't do any unexpected zooming, with "width=device-width, initial-scale=1". Though I've only properly tested it with virtual androids, and perhaps it wasn't with a modern Chrome for Android, I'm not sure.