I am getting base64 data from the server. I want to show that in a Webview. Tried the below methods but not working
web_pdf.loadData(decodedContent.toString(), "application/pdf", "charset=UTF-8");
Any suggestions!
I am getting base64 data from the server. I want to show that in a Webview. Tried the below methods but not working
web_pdf.loadData(decodedContent.toString(), "application/pdf", "charset=UTF-8");
Any suggestions!
Copyright © 2021 Jogjafile Inc.
will help.