I am trying to load a PDF File in FNC Webbrowser on android.
The code i Use is :
TMSFNCWebBrowser1.LoadFile(TPath.GetDocumentsPath+system.SysUtils.PathDelim+'bestandsnaam.pdf');
I dont get an error but the file is not loaded. The same code is working oke in IOS.
Android WebView does not support viewing PDF files unfortunately. It should open the file however, but it will be plain text. You can take a look at the TMS FNC WX Pack PDF Viewer component (https://www.tmssoftware.com/site/tmsfncwxpack.asp)