hi all :
i try to load a page using this command :
where report path is correct, and the file exists.
i get a blank page, and i get this error :
what am i missing
i try to load a page using this command :
B4X:
WebView1.LoadUrl("file://" & File.Combine( File.DirDocuments , ReportPath))
i get a blank page, and i get this error :
*** WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: <NSInvalidArgumentException> *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0]
Application_Inactive
Application_Background
Can't endBackgroundTask: no background task exists with identifier 13bb2d, or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
what am i missing