add did-navigate-in-page event to webview & webcontents (triggers on hash/ref changes, anchor links...), pass url into events
This commit is contained in:
parent
9f6319dd71
commit
911e60b507
3 changed files with 6 additions and 2 deletions
|
@ -16,6 +16,7 @@ supportedWebViewEvents = [
|
|||
'new-window'
|
||||
'will-navigate'
|
||||
'did-navigate-to-different-page'
|
||||
'did-navigate-in-page'
|
||||
'close'
|
||||
'crashed'
|
||||
'gpu-crashed'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue