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,
INPUT t$, 10,80,1
but alpha blending (shadows) doesn't work during typing, and
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?