Problem Virtual Keyboard Android

Previous topic - Next topic

MacReeg

Hallo zusammen!

Wurde das Problem mit dem Aufruf der virtuellen Tastatur bei tastaturlosen Android-Tablets oder -Handys (ohne irgendetwas Selbstgebautes verwenden zu müssen) schon angegangen?

Gruß, MacReeg.

Schranz0r

Nein noch nicht meines Wissens!
I <3 DGArray's :D

PC:
AMD Ryzen 7 3800X 16@4.5GHz, 16GB Corsair Vengeance LPX DDR4-3200 RAM, ASUS Dual GeForce RTX™ 3060 OC Edition 12GB GDDR6, Windows 11 Pro 64Bit, MSi Tomahawk B350 Mainboard

Kitty Hello


sf-in-sf

Quote from: MacReeg on 2012-Dec-12
Wurde das Problem mit dem Aufruf der virtuellen Tastatur bei tastaturlosen Android-Tablets oder -Handys (ohne irgendetwas Selbstgebautes verwenden zu müssen) schon angegangen?

Yep, it's happening with my archos tablet 10.1 G9, andro' 4.0
Problems with the virtual keyboard on android:
-only the first letter is allowed an UPPER case (what for? A waste of code)
-long before INPUT is called, right from the beginning of the app, until the end, the keyboard stays visible.  :(
-A white full background appears when INPUT is called, when it's time to type. :doubt: the "typing" function probably uses the broken "grabsprite" from android.
-Nice that kerning=1 does the job when typing,
Code (glbasic) Select
INPUT t$, 10,80,1 but alpha blending (shadows) doesn't work during typing, and
Code (glbasic) Select
ALPHAMODE -1 is refused by android before INPUT.

Any idea anyone? How to slide the keyboard in/out?

I'm on IDE 10.224 ...is it too old?
On the day the atom is a cube I will start believing in the square pixel.