You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution: restore previous default behaviour (mouse, touch and maybe key input does not bubble up by default), and instead add the following config items to sapp_desc:
html5_bubble_mouse_events
html5_bubble_wheel_events
html5_bubble_touch_events
html5_bubble_key_events
html5_bubble_char_events
...this would be a good opportunity (but a breaking change) to introduce nesting for those platform-specific config items, e.g. (still a good idea, but for a later time)
The recent fix to simply let bubble mouse and touch events up to the web page has some undesirable side effects:
Related:
Solution: restore previous default behaviour (mouse, touch and maybe key input does not bubble up by default), and instead add the following config items to
sapp_desc
:html5_bubble_mouse_events
html5_bubble_wheel_events
html5_bubble_touch_events
html5_bubble_key_events
html5_bubble_char_events
...this would be a good opportunity (but a breaking change) to introduce nesting for those platform-specific config items, e.g.(still a good idea, but for a later time)The text was updated successfully, but these errors were encountered: