[TIMOB-553] WebViews events are not works in android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:53:29.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, event, feature, webview |
Reporter | jimmy |
Assignee | Don Thorp |
Created | 2011-04-15T02:31:42.000+0000 |
Updated | 2012-03-14T14:05:40.000+0000 |
Description
It looks webviews in android only receive 'load' events.
beforeload, click and other events in the api docs do not
works.
There is a beforeload event in iPhone. There may be others.
I want to open pdf on webview .Pls suggest.
I am getting Error 401 while loading url on webview android.
@krati this is not the support forum. Please do not post questions here. Go to http://developer.appcelerator.com/questions/created">Q&A on the developer website.
This will be in 1.5
(from [0b0328c15cd4fde434002b721b94e55a1682ccb2]) [#553 status:fixed-in-qa] Support beforeload event. http://github.com/appcelerator/titanium_mobile/commit/0b0328c15cd4fde434002b721b94e55a1682ccb2"> http://github.com/appcelerator/titanium_mobile/commit/0b0328c15cd4f...
Sample test app.js. You will see notification windows showing beforeload (and load, after a three second delay after the page has loaded -- so the notifications don't run into each other.)
1.5.0.02c2c264 g1 and 2.2. sim
While there is indeed a 'load' and 'beforeload' event now since the fix, there is no 'error' event in TiWebViewClient.java This had be flummoxed for ages and is a definite and urgent requirement.
had 'me' flummoxed... (no edit)