Simple solution to show native keyboard in Unity on Mobile WebGL
In this project is possible see a simple solution for native keyboard in Unity WebGL on mobile.
- Copy the file Assets/keyboardClass.cs in your scripts folder
- Copy the file Assets/Plugins/wegGLKeyboard.jslib in your Assets/Plugins folder
- Add the component keyboardClass to your inputField object Enjoy!
Note: For multiple inputFields, is required that each inputField has a unique name.