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.
Any idees what i am doing wrong ?