iPhone Keyboard not Coming up for Name Input

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
lovelyinc
Newbie
Posts: 14
Joined: Tue Dec 08, 2015 5:52 pm
Contact:

iPhone Keyboard not Coming up for Name Input

#1 Post by lovelyinc »

Greetings.

I have a completed game I'm testing on iOS right now, and when I first tested the game on the simulator the iphone keyboard pops up on the choose your name screen - since that original test I have upgraded the screen to an image map input screen and now the keyboard does not pop up.

Does anyone know of why/ if there is code I can put to make it pop up? See below for the code.

Code: Select all

screen text_input_screen2():
    default screenvar = False
    imagemap:
        ground "name_input.png"
        idle "name_input.png"
        hover "name_input.png"
        selected_idle "name_input.png"
       
   
        hotspot (150,140,550,200) action SetScreenVariable("screenvar",True)
        if screenvar == True:
           
            input default "" pos(200,165) changed name_func
Thanks,

Post Reply

Who is online

Users browsing this forum: Dark12ose, Google [Bot], Sugar_and_rice