There is adc.pdf file in the Files folder of my project. I want this file to open when the button is clicked.
When you press the button, nothing happens. Why? How can I open an external pdf file?
B4X:
Sub btnInfo_Click
fx.ShowExternalDocument(File.GetUri(File.DirAssets, "adc.pdf"))
End Sub