[Solved] Prompt for username not working properly
Posted: Thu Feb 14, 2019 8:16 am
Hello 
I just published my app on the PlayStore, but I got a message from a player telling me they couldn't enter their name when prompted. Nothing happens, the enterkey of the virtual keyboard does not work. I then tested it on my phone, it worked. It also worked on other people's phone.
This is my code :
$ name = renpy.input("", length=11)
$ name = name.strip()
$ persistent.name = name
They sent me a picture of their virtual keyboard (which is customized. Maybe that's what's causing the problem)? Is this a known bug? Is there a fix to it? Thank you!
I just published my app on the PlayStore, but I got a message from a player telling me they couldn't enter their name when prompted. Nothing happens, the enterkey of the virtual keyboard does not work. I then tested it on my phone, it worked. It also worked on other people's phone.
This is my code :
$ name = renpy.input("", length=11)
$ name = name.strip()
$ persistent.name = name
They sent me a picture of their virtual keyboard (which is customized. Maybe that's what's causing the problem)? Is this a known bug? Is there a fix to it? Thank you!