Replies: 3 comments 3 replies
-
I really like the idea of all these events added to lona! Regarding drag and drop I don't have any direct experience with drag and drop libraries but looking around I found interactjs that has also for resizing events and multi touch gestures |
Beta Was this translation helpful? Give feedback.
-
Keyboard events would be splendid, though i worry most usecases would have too many issues with latency. |
Beta Was this translation helpful? Give feedback.
-
FOCUS and BLUR are implemented now, available in the master branch, and will come with Lona 1.9. |
Beta Was this translation helpful? Give feedback.
-
This idea or feature request is originally from @mwx23 (#169)
Currently Lona has the input event types
CLICK
andCHANGE
.There are some ideas for new types
FOCUS
andBLUR
HOVER
oninput
events. The event would fire after the cursor remained on the node for a specific amount of time to avoid flooding the server with events, when the cursor gets moved over the pageDiv(events=[SHIFT+ENTER])
@maratori, @korantu, @laundmo, @TheMutt
Beta Was this translation helpful? Give feedback.
All reactions