Код: Выделить всё
val doc = "
http://docs.google.com/viewer?url=${pdfFile}&embedded=true
"
Код: Выделить всё
webView.settings.javaScriptEnabled = true
webView.settings.allowFileAccess = true
webView.settings.pluginState = WebSettings.PluginState.ON
webView.loadData(doc, "text/html", "UTF-8")
Подробнее здесь: https://stackoverflow.com/questions/790 ... -in-kotlin