mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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:
committed by
Shelley Vohr
parent
08b56b7675
commit
a59b53c7e6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user