[TIMOB-14609] WebView on Android is not capturing Ti.App events
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2020-09-15T23:05:34.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Bert Grantges |
| Assignee | Joshua Quick |
| Created | 2013-07-19T15:21:11.000+0000 |
| Updated | 2020-09-15T23:05:34.000+0000 |
Description
When trying to communicate from the Titanium JavaScript to the WebView using Ti.App.fireEvent - the event is not getting captured on Android but works fine on iOS.
Additionally - Events fired from the webview on Android don't seem to be getting fired, or are not being received by the Titanium Javascript
See Code Sample
https://gist.github.com/grantges/e979dbbf0b817b0d2156
This works fine on Android in Titanium 8.0.0 and higher. Closing.