[TIMOB-3020] WebView 'beforeload' does not update url property
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-04-15T03:34:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | corey |
Assignee | Reggie Seagraves |
Created | 2011-04-15T03:34:54.000+0000 |
Updated | 2017-03-09T21:35:16.000+0000 |
Description
webview.addEventListener('beforeload', function(e) {
Ti.API.info(e.url);
});
e.url does not update with the loading url, instead displays webview url.
should act more like 'load' event, however should fire before webview fully loads html content
dupe #2578
Closing ticket as duplicate.