Сообщение от barsunduk
з.ы.: пробовал так:
webview.loadDataWithBaseURL("/data/data/ru.jru.sru/files/", htmlCode, "text/html", "utf-8", "");
предварительно накидав в папку все файлы. не помогло
|
Попробуй так:
webview.loadDataWithBaseURL("file:///data/data/ru.jru.sru/files/", htmlCode, "text/html", "utf-8", "");
Я обычно читаю/пишу через File() + InputStream()/OutputStream().