Startseite › Foren › Deutsches LiveCode-Forum › Android Eingabefeld Tastatur erscheint nicht › Antwort auf: Android Eingabefeld Tastatur erscheint nicht
Februar 17, 2019 um 22:09 Uhr
#10656
Hallo Klaus,
hatte ich auch schon mal gedacht, funktioniert bei mir nicht.
Mein Script zu „card id 1002“:
on openCard
//focus on field „feld2“
focus on nothing
//set the traversalOn of field „feld1“ to false
//set the traversalOn of field „feld1“ to true
end openCard
on preOpenstack
//set the fullScreenMode of this stack to „exactFit“
set the fullScreenMode of this stack to „noScale“
end preOpenstack
Bei mir ist nach wie vor „feld1“ fokussiert (blinkt Cursor).
Gruß Wicki