Hi all, example to open File with intent ( also from server ) edt_file.Text = document.pdf Example Button Click 'Open Any File Sub Btn_Example_Click If edt_file.Text = "" Then ToastMessageShow("None Document", True) Else Dim allegato As String =...
you can not use ShowExternalDocument. FX is using a Windows-Systemcall and windows itself is then opening the program associated with the File you want to open.
This is not available in Android respectively it is working another way in Android; you have to use Intents to open another App.