[AC-5923] Ti.WKWebView doesn't work "localStorage"
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Needs more info |
| Resolution Date | 2018-11-28T22:33:39.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | hakaniemi |
| Assignee | Shak Hossain |
| Created | 2018-09-20T12:51:26.000+0000 |
| Updated | 2018-11-28T22:33:39.000+0000 |
Description
-- index.xml
-- index.js
$.index.open();
$.webView.addEventListener("message", function(e) {
Ti.API.info(e.body.message);
});
$.webView.html = 'Test This is a test.';
"test2" is not shown on console.
Hello, Is this for real device? Can you send the log that you see in the console, Run a trace log. Also, send the screenshot of the device/simulator screen. Thanks.