Confirmed users
23
edits
(→Part 2) |
|||
Line 343: | Line 343: | ||
In this part, these four events need to `preventDefault()`. Because we have not implement customization yet, and we should let hardware key handling process just as the same as before. | In this part, these four events need to `preventDefault()`. Because we have not implement customization yet, and we should let hardware key handling process just as the same as before. | ||
==== Part 2 ==== | ==== Part 2 - Key event handling customization ==== | ||
What needs to be customization? | |||
# System app should decide which key event would propagate to inner iframe or not | |||
# System app should decide how to handle key event when inner iframe did not handle it | |||
Here are two possible way to do it | |||
# Build time customization - generate json configuration file, read it at start-up time | |||
# Run time customization - settings value? | |||
=== Bugs === | === Bugs === |