add will-navigate, did-navigate-to-different-page events to webview

This commit is contained in:
leethomas 2016-01-01 13:33:26 -08:00
parent 8aced2c31e
commit 9f6319dd71
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,8 @@ supportedWebViewEvents = [
'dom-ready'
'console-message'
'new-window'
'will-navigate'
'did-navigate-to-different-page'
'close'
'crashed'
'gpu-crashed'