Open HDAKFD opened 4 months ago
Could there be an option to disable these emscripten input callbacks from getting registered. They're causing a lot of issues when trying to mess with html elements.
emscripten_set_keydown_callback, emscripten_set_keyup_callback, emscripten_set_keypress_callback
These are the main part of my issue since they just make emscripten to call event.preventDefault() for every html element with input.
We can definitely add a hint for this.
Could there be an option to disable these emscripten input callbacks from getting registered. They're causing a lot of issues when trying to mess with html elements.
emscripten_set_keydown_callback, emscripten_set_keyup_callback, emscripten_set_keypress_callback
These are the main part of my issue since they just make emscripten to call event.preventDefault() for every html element with input.