Hi all, I'm coming to the end of developing a mobile game but I've encountered an unusual error and I'm hoping someone may be able to assist me in how to solve the issue.
Problem
When exporting to HTML my game offers a leaderboard where the user can enter their name using a textbox. Simply click inside, write your name and click send. Simple.
This same mechanism on mobile (Exporting to CocoonJS) has a much more difficult approach.
Tapping inside the Textbox results in nothing. I expected the mobile keyboard to pop up and allow the user to enter their name.
Solutions I've tried
I've tested on multiple mobile devices and nothing on any of them. I've tried "on touch, set focus" but still nothing.
Am I missing something I'm supposed to do, or is this simply not possible yet?
Thanks in advance for any help anyone offers
Edit
Seems if I export the game to a HTML format and run it through the mobile browser the mobile keyboard works. Problem now though is the game is running at around 12 - 16 fps.
Could really do with a solution using CocoonJS export to get the keyboard as the game runs 32 - 37 fps in CocoonJS.