views:

211

answers:

1

I’ve written an HTML5 application for iPad. It has one input field. Every time a user comes to this page, the popup keyboard appears.

How can I suppress this default behavior within HTML5/JS context?

In my app, if you type in a login & password, it shows another screen (without page reload). But the keyboard still exists, and you have to manually hide it.