Hi people,
I have tried everything to try and view a secure pdf, that first requires you to login before you can navigate to the option and select the pdf to view.
The code below
Dim i As Intent
i.Initialize(i.ACTION_VIEW, "My pdf url comes here")
i.SetType("application/pdf")
i.WrapAsIntentChooser("Choose PDF Viewer")
StartActivity(i)
Only says that No apps can perform this action.
Any help to view a pdf via url
I have tried everything to try and view a secure pdf, that first requires you to login before you can navigate to the option and select the pdf to view.
The code below
Dim i As Intent
i.Initialize(i.ACTION_VIEW, "My pdf url comes here")
i.SetType("application/pdf")
i.WrapAsIntentChooser("Choose PDF Viewer")
StartActivity(i)
Only says that No apps can perform this action.
Any help to view a pdf via url