Closed tedsanders closed 10 years ago
I think this is something Android does for any input box. Solutions look messy: http://stackoverflow.com/questions/3702805/is-there-a-way-to-disable-the-zoom-feature-on-input-fields-in-webview
http://stackoverflow.com/questions/4472891/how-can-i-disable-zoom-on-a-mobile-web-page
This makes it sound pretty easy, as long as we're willing to give up all zooming (which should be fine).
The fix worked for my Android phone, so I'm closing this issue.
Fix works on iOS
Wait, it's not working any more. What happened?
Ok, now it's working again. No idea why. Writing software is weird.
Currently on my Android phone, the screen zooms in when an input box is selected. Let's disable the zoom, so the user doesn't have to zoom back out to see the whole app.