Page 1 of 1

Android Number Keyboard

Posted: Fri Dec 04, 2020 6:11 am
by matalog
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?

Re: Android Number Keyboard

Posted: Fri Dec 04, 2020 4:54 pm
by plouf
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