Browse Source

Update webview-tag.md (#15741)

Added Mouse and Scroll to list of events that webview can't have event listeners for
Daniel Turcich 6 years ago
parent
commit
a59b53c7e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/webview-tag.md

+ 1 - 1
docs/api/webview-tag.md

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