views:

59

answers:

1

Zoom works without any problem, but if I select any input field the webview zooms in automatically.

How do I can prevent this zoom behavior?

  • set fix zoom level?
  • scale back to previous zoom level?
A: 

Not sure about Android webkit, but this works on iOS webkit:

input[type='text'],textarea {font-size:1em;}
stormsweeper