views:

27

answers:

0

Hi All,

I have a mobile website and it has some HTML input objects in it such as:

<input type="text" name="txtAccessoryCost" size="6" />

I have embedded the site into a WebView for a possible Android 2.1 consumption, so that it will also be an Android application.

Is it possible to get the keyboard with numbers instead of the default one with the letters when this HTML input object is focused?

Or, is it possible to set it for the whole application (maybe something in the Manifest file) if it is not feasible for an HTML object?

Thank you for your all of your help,

Niyazi