Android Number Keyboard

Just starting out? Need help? Post your questions and find answers here.
matalog
Posts: 14
Joined: Fri Dec 04, 2020 6:07 am

Android Number Keyboard

Post 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?
plouf
Posts: 295
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: Android Number Keyboard

Post 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
Christos
Post Reply