Is there anyway i can have an overlay keyboard for input box in a web control?

link|improve this question

17% accept rate
feedback

1 Answer

I've not seen that yet in any app, except the browser. The web control has some limitations like kinetic scrolling missing and the thing your question targets.

link|improve this answer
can i atleast have the type of keyboard launched.... for example for in iPhone web input boxes named with "zip" launches a numeric keypad?? – LtColPHP May 15 '11 at 1:42
Yes, you can do that, see the api documentation Pass KEYPAD_MODE_NUMERIC as KeypadInputModeCategory in the Construct()-Method – user714965 May 16 '11 at 8:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.