Hi There
On iOS, Japanese characters of a local HTML file for WebViewer Component do not displayed correctly.
test project : WebViewerTest2.aia (2.3 KB)
test html : WebViewerTest2.txt (454 Bytes)
(please change the extension form txt to html)
Note that it looks like WKWebView defaults to treating loaded content as ASCII only. If you specify a <meta charset="utf-8"> tag then the webview is able to correctly interpret the characters.