iPhone zooming form elements

  • Started
  • Last post
  • 0 Responses
  • see_thru

    When testing a form on an iPhone, certain elements cause the browser to zoom, but when you have finished with that particular element and hit done, it doesn't zoom out.

    The user can easily zoom out, but if they didn't notice the zoom in, they might not know to zoom out and the rest of the form looks stupid....etc etc.

    This problem can be alleviated using a viewport meta tag with value "width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0".

    The problem is the user then can't zoom by choice.

    Any suggestions?