Link to home
Start Free TrialLog in
Avatar of Webspeeder
WebspeederFlag for United States of America

asked on

Programming for iPad / Tablets ...

Hey all.

I have a web application and I need to add support for tablets such as iPad. The main issue is the popup keyboard: I need to disable it.

Is this possible? I've seen (via Google) some work arounds but nothing that seems "dependable".

The application is not a "web app", it is simply a web based app using normal HTML, Javascript etc.

Basically, when a user clicks on an input field, I want to prevent the default behavior of the keyboard popping up.

Any ideas?
Avatar of tdlewis
tdlewis
Flag of United States of America image

If the keyboard does not pop up, the user won't be able to type in the input field.
Avatar of Webspeeder

ASKER

i have keys on the screen for input.
Do you have a sample web page that shows this behavior?
It's an internal application.

Basically, I have buttons on the screen for touch screen type devices. I developed it 4 years ago for a "tablet PC" device. Now I need to support iPads.

If I can, I'd like to "adapt what I've got" but will probably end up developing screens specifically designed for iPad.
Can you post a screenshot? I'm having a hard time wrapping my head around what you're trying to do.
In the lower right corner there will be letters above the numbers. The main issue is when there are items displayed on the screen. WHat happens is 1 - X items are displayed and when the user types a quantity and hits <enter>, it goes to the next line, selecting / focusing on the qty to be entered.

With an iPad, when trying to enter the quantity and going to the next line, the iPad popup keyboard covers up half the page so you can't "walk down the screen".

The idea is speed in entering items to be place on an order.
Screen-Shot-2012-09-11-at-8.09.5.png
ASKER CERTIFIED SOLUTION
Avatar of tdlewis
tdlewis
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yeah, I thought about that but decided against it.
I'll probably just develop a screen for iPad / Tablets. It would be cleaner that way.