omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Keyboard “below target”

    Pythonista
    input textfield keyboard
    1
    3
    1341
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 3448689
      3448689 last edited by

      Hello!
      The keyboard overlaps the textfield. What attribute is needed for the textfield or in some other way to specify that the textfield is always above the keyboard?
      Thanks!

      1 Reply Last reply Reply Quote 0
      • 3448689
        3448689 last edited by

        I don't like the idea of a huge ScrollView.

        1 Reply Last reply Reply Quote 0
        • 3448689
          3448689 last edited by

          in kivy it is solved this way:

          from kivy.core.window import Window
          
          Window.softinput_mode = ‘below_target’
          ``
          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors