Antwort auf: Android Eingabefeld Tastatur erscheint nicht

Startseite Foren Deutsches LiveCode-Forum Android Eingabefeld Tastatur erscheint nicht Antwort auf: Android Eingabefeld Tastatur erscheint nicht

#10656
wickiLc2
Teilnehmer

    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