Update webview-tag.md (#15741)
Added Mouse and Scroll to list of events that webview can't have event listeners for
This commit is contained in:
parent
08b56b7675
commit
a59b53c7e6
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ examples:
|
|||
|
||||
* When clicking into a `webview`, the page focus will move from the embedder
|
||||
frame to `webview`.
|
||||
* You can not add keyboard event listeners to `webview`.
|
||||
* You can not add keyboard, mouse, and scroll event listeners to `webview`.
|
||||
* All reactions between the embedder frame and `webview` are asynchronous.
|
||||
|
||||
## CSS Styling Notes
|
||||
|
|
Loading…
Reference in a new issue