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:
leethomas 2016-01-01 14:43:02 -08:00
parent 9f6319dd71
commit 911e60b507
3 changed files with 6 additions and 2 deletions

View file

@ -16,6 +16,7 @@ supportedWebViewEvents = [
'new-window'
'will-navigate'
'did-navigate-to-different-page'
'did-navigate-in-page'
'close'
'crashed'
'gpu-crashed'