Hi All,
I am using "ShowExternalDocument" to display a HTM file. It works when I compile in Debug mode but when I compile in Release mode I get a pop up that tells me I need an App.
Any Ideas?
Regards Roger
I am using "ShowExternalDocument" to display a HTM file. It works when I compile in Debug mode but when I compile in Release mode I get a pop up that tells me I need an App.
B4X:
Sub Help_action
fx.ShowExternalDocument(File.GetUri(File.DirAssets, "helpfile.htm"))
End Sub
Any Ideas?
Regards Roger