Tkinter entry field doesnt open keyboard in mobile app

Problem description:
Unable to open keyboard when selecting an entry field in the tkinter output window

Expected behavior:

  • Tap on entry field
  • show cursor in entry field when selected
  • Keyboard opens
  • Enter text

Actual behavior:

  • Tap on entry field
  • Show cursor in text box when selected
  • Never open keyboard

Steps to reproduce:

  • Tap on entry field on mobile app in tkinter project

Bug appears at this link:
https://replit.com/@JustinKulczyski/Learning-Tkinter?s=app

Browser:
OS:
Device (Android, iOS, NA leave blank):
Android 13
Galaxy s20 fe 5g
Desktop app version (Avatar menu->“Version”) or NA:
Plan (Free, Hacker, Pro Plan):
Free

2 Likes

Unfortunately, tkinter is not designed to create mobile applications. Tkinter does not have the ability to open the keyboard, as it is designed for computers, not for mobile phones and tablets.

Doesnt working o Java JOptionPane too, whyyy???

really?
shouldn’t you try?
but everything is rendered perfectly and even replit’s own artificial intelligence claims that the keyboard should appear

Just a note that @KAlexK is a member of the community, along with most people here. We’re volunteering here, but Replit Staff do actively check the forum.

3 Likes

Adding on to Nate here, Replit AI (and all AI in general) can hallucinate/spout nonsense. It can also have absolutely no clue what it’s talking about, such as here.

3 Likes