tedsanders / betthebill

The best way to split a bill quickly and fairly
3 stars 0 forks source link

To do: Prevent zoom on input select #13

Closed tedsanders closed 10 years ago

tedsanders commented 10 years ago

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.

nirum commented 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

tedsanders commented 10 years ago

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).

tedsanders commented 10 years ago

The fix worked for my Android phone, so I'm closing this issue.

nirum commented 10 years ago

Fix works on iOS

tedsanders commented 10 years ago

Wait, it's not working any more. What happened?

tedsanders commented 10 years ago

Ok, now it's working again. No idea why. Writing software is weird.