error in opening pdf using webview

selvamurali

Active Member
Licensed User
Longtime User
hi i have tried to open a online pdf file using web view but it didnt display that file

here is my code .help me
wb.Initialize("wb")
Activity.AddView(wb,0,0,100%x,100%y)
wb.LoadUrl("http://grammar-teacher.com/englishgrammarsecrets.pdf")
 

elitistnot

Member
Licensed User
Longtime User
Just jumping into the conversation here...

Hello, I'm just jumping into the conversation here because I would also like to know how to do this. I'm fairly new to B4A and wanted to add my two cents;

Would it be possible using the phone library to send the PDF to the Android OS to handle using;

phoneintents.openbrowser("http://www.somedomain.com/some.pdf")

???

Thanks.
 
Upvote 0
Top