[AC-1589] "beforeload" event is not fired on redirect
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Needs more info |
| Resolution Date | 2015-06-26T23:05:11.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Paolo Sinelli |
| Assignee | Radamantis Torres-Lechuga |
| Created | 2015-03-31T13:58:18.000+0000 |
| Updated | 2016-03-08T07:38:03.000+0000 |
Description
I have a login page that returns a redirect URL in the form of myschema://.
Webview is not able to handle the URL schema in iOS and rise an error.
I thought to prevent this by intercepting the request before it is loaded using the 'beforeload' event, but I discovered the event is not fired in case of redirection.
I would expect to be able to.
Hi, Please provide the test case to reproduce your problem, Here is the guide about [how to create a test case](http://docs.appcelerator.com/titanium/3.0/#!/guide/How_to_Submit_a_Bug_Report-section-29004732_HowtoSubmitaBugReport-CreatingaTestCase).