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:
Daniel Turcich 2018-11-20 01:01:57 -05:00 committed by Shelley Vohr
parent 08b56b7675
commit a59b53c7e6

View file

@ -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