[TIMOB-27194] Windows: WebView should expose Ti.API.warn and Ti.API.log
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2020-06-30T14:39:50.000+0000 |
Affected Version/s | Release 8.0.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Christopher Williams |
Created | 2019-06-28T02:01:32.000+0000 |
Updated | 2020-06-30T14:39:50.000+0000 |
Description
Windows WebView does not expose
Ti.API.warn
and Ti.API.log
in its script content. Windows only exposes Ti.API.info
, Ti.API.debug
and Ti.API.error
now.
https://github.com/appcelerator/titanium_mobile_windows/blob/master/Source/TitaniumKit/src/UI/webview.js#L6
https://github.com/appcelerator/titanium_mobile_windows/pull/1411