Posts by Uchoa • 1 point
2 posts
-
0
votes2
answers1134
viewsA: Links to pdf files in HTML page using Android Studio Asset directory
I solved the problem by installing a web server for android and using the localhost address 127.0.0.1:8080 for my page. using Kotlin webview.loadUrl(href="127.0.0.1:8080/index.html") The pdfs files…
-
0
votes2
answers1134
viewsQ: Links to pdf files in HTML page using Android Studio Asset directory
Hello. I have an HTML page on a server with several links to pdf files in windows and I’m bringing this same page and the code along with the pdfs for an App for Android. I’m using Android Studio…