pygbag icon indicating copy to clipboard operation
pygbag copied to clipboard

virtual keyboard for text entry on mobile

Open pmp-p opened this issue 2 years ago • 2 comments

not currently implemented, probably need a javascript call

related

pmp-p avatar Feb 04 '23 17:02 pmp-p

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?

larstuff avatar May 07 '23 04:05 larstuff

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 at 0x66c168>, ex=ModuleNotFoundError("No module named 'pygame_vkeyboard'")"

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?

larstuff avatar May 07 '23 04:05 larstuff