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
Hello everyone,
it seems that Lona currently doesn't support additional click events, such as double-click, right-click, or a "long" click for mobile devices.
In the documentation, I came across "fire_input_event" to emit custom events. Can this be used in combination with the HTML attributes "ondblclick" or "oncontextmenu"? And if so, how would it be implemented? The example in the documentation is unfortunately too brief for me and doesn't work on my end.
I need these events for a tree view to manage nested accounts.
The app is mainly intended to be used on desktop computers.
Thanks and best regards
The text was updated successfully, but these errors were encountered:
florian-rabis
changed the title
More input events via custom events
More input event types using custom events
Jan 4, 2025
Hello everyone,
it seems that Lona currently doesn't support additional click events, such as double-click, right-click, or a "long" click for mobile devices.
In the documentation, I came across "fire_input_event" to emit custom events. Can this be used in combination with the HTML attributes "ondblclick" or "oncontextmenu"? And if so, how would it be implemented? The example in the documentation is unfortunately too brief for me and doesn't work on my end.
I need these events for a tree view to manage nested accounts.
The app is mainly intended to be used on desktop computers.
Thanks and best regards
The text was updated successfully, but these errors were encountered: