Given that Spiderbasic can be used to create apps for Android browsers, does it have the ability to access the number keyboard that android apps usually can when only entering numeric information to a program?
If it can, how is that accessed?
Android Number Keyboard
Re: Android Number Keyboard
afaik you cant
this keypad is automatically enabled when you get focus in a input type=number.
However even if in SB you can force numbers only input wiith StringGadget(0,10,10,100,20,"",#PB_String_Numeric)
this test performed with javascript over normal text input and just displays "not valid" in case of text entered
this keypad is automatically enabled when you get focus in a input type=number.
However even if in SB you can force numbers only input wiith StringGadget(0,10,10,100,20,"",#PB_String_Numeric)
this test performed with javascript over normal text input and just displays "not valid" in case of text entered
Christos