Detect Android Chrome enter events #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Android Chrome deal strangely with virtual key input, and doesn't fire meaningful keydown events for the virtual keyboard. For typed text, that's okay (we can dispatch behavior on the text inserted to do things like bracket matching), but you might want to bind special behavior to enter or backspace.
When reading DOM changes on Android, we should detect changes that look like they originated with a specific key, and try dispatching that key's handlers before applying the actual change.