WASM Keyboard popup for mobile uX #7045
Unanswered
miketwenty1
asked this question in
Q&A
Replies: 3 comments
-
Example of makeshift on screen keyboard i'll use for the meantime if there's no better solution. |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
An offscreen text input seems to work at least until the virtual keyboard api stabilizes and it is included in web_sys as far as I can tell. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to get the keyboard to popup when user input/text is needed?
If so, how?
If not, is there a bevy virtual keyboard available? or any other ideas to grab input from mobile users?
A crude way would be to create a bundle of keys and do my best at creating a makeshift keyboard on screen.. or putting in a javascript text field that populates a
#[wasm_bindgen]
function, but I'm trying to avoid these methods if possible.Beta Was this translation helpful? Give feedback.
All reactions