pygbag
pygbag copied to clipboard
virtual keyboard for text entry on mobile
Some of these are listed at https://www.jqueryscript.net/blog/best-virtual-keyboard.html
Have not had time to test that out, and currently my pygame/pygbag projects are not using virtual keyboard.
Do You suppose this could be addons to the html templates, and maybe added through a wildcard compilation option between the pygbag and your_directory parts sometime in the future?
There is also an interesting pygame virtual keyboard project at github at https://pypi.org/project/pygame-vkeyboard/
I could have a looksee to test if it is compatible with pygbag.
Update: Nope, does not work, the error message is:
"1202: want='pygame_vkeyboard' found : False
PKG NOT FOUND : want='pygame_vkeyboard', resume=<function
You guys must probably incorporate it, if You chose to do so. I'll look into the js option. Do You have suggestions on how to go about testing that out?