- view
- The WebView that is initiating the callback.
- e
- The key event.
Documentation for this section has not yet been entered.
Give the host application a chance to handle the key event synchronously. e.g. menu shortcut key events need to be filtered this way. If return true, WebView will not handle the key event. If return false, WebView will always handle the key event, so none of the super in the view chain will see the key event. The default behavior returns false.