1

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

botchedDevil
  • 260
  • 1
  • 4
  • 14

1 Answers1

0

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.

Kai
  • 38,985
  • 14
  • 88
  • 103
  • can i atleast have the type of keyboard launched.... for example for in iPhone web input boxes named with "zip" launches a numeric keypad?? – botchedDevil May 15 '11 at 01:42
  • Yes, you can do that, see the [api documentation](http://static.bada.com/contents/docs/resources_0818/com.osp.apireference.help/classOsp_1_1Ui_1_1Controls_1_1Keypad.html#abe76dcbfc90783c945d6bf51baa30b1) Pass KEYPAD_MODE_NUMERIC as KeypadInputModeCategory in the Construct()-Method – Kai May 16 '11 at 08:07