[TIMOB-20289] Windows: Ti API in WebView content is not implemented
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-02-08T00:33:19.000+0000 |
Affected Version/s | Release 5.1.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2016-01-29T04:20:06.000+0000 |
Updated | 2017-03-16T21:59:56.000+0000 |
Description
Ti.UI.WebView
on Windows doesn't support Titanium API in the HTML as known as "local script" as described in the [API doc](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.WebView). Especially Ti.App.addEventListener
, Ti.App.fireEvent
and Ti.API
logging functions are not available.
See also: https://wiki.appcelerator.org/display/guides2/Communication+Between+WebViews+and+Titanium
https://github.com/appcelerator/titanium_mobile_windows/pull/543
Closing ticket as fixed.