How to display html result on webView in Kotlin App? #201
Answered
by
tigerjenny
tigerjenny
asked this question in
Q&A
-
Here is what I use to generate the html result
Here I use webview to display the html string, but the webView cannot display the result, I got the error message I got the html string like this
Is there any wrong or how do I properly put the html result into the webView? And I am use android studio to practice. |
Beta Was this translation helpful? Give feedback.
Answered by
tigerjenny
Aug 17, 2023
Replies: 1 comment 1 reply
-
I may have found the reason. AndroidManifest.xml need add "android.permission.INTERNET" permission. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tigerjenny
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I may have found the reason.
AndroidManifest.xml need add "android.permission.INTERNET" permission.