Merge pull request #3975 from leethomas/add-webview-navigation-events

Add webview navigation events
This commit is contained in:
Cheng Zhao 2016-01-04 11:24:27 +08:00
commit 941232a76b
10 changed files with 133 additions and 1 deletions

View file

@ -19,6 +19,9 @@ WEB_VIEW_EVENTS =
'devtools-closed': []
'devtools-focused': []
'new-window': ['url', 'frameName', 'disposition', 'options']
'will-navigate': ['url']
'did-navigate-to-different-page': ['url']
'did-navigate-in-page': ['url']
'close': []
'crashed': []
'gpu-crashed': []