Hi,
i have a simple app which is uses webview to display a html page, in Debug build the html page appears fine but in release build, the webview is blank (white).
i have already
-cleaned up safari history in case that was causing problem.
-placed a test button to reload the page instead of at app start.
-checked if file exists or not, and it does exists.
here is the code i am using to load the html page.
i have a simple app which is uses webview to display a html page, in Debug build the html page appears fine but in release build, the webview is blank (white).
i have already
-cleaned up safari history in case that was causing problem.
-placed a test button to reload the page instead of at app start.
-checked if file exists or not, and it does exists.
here is the code i am using to load the html page.
B4X:
WebView1.LoadUrl("file://" & File.Combine(File.DirAssets,"1.htm"))
placed under
Sub Application_Start
Last edited: