Hi,
i try to load a html-file with CustomWebView but getting an error Connection_Refused. Loading the file with WebViewer works.
Is it true that i cant load local files with CustomWebView?
My Blocks:
Hi,
i try to load a html-file with CustomWebView but getting an error Connection_Refused. Loading the file with WebViewer works.
Is it true that i cant load local files with CustomWebView?
My Blocks:
Please add this to screen initialize
Same result, sorry.
CustomWebView
does not offer that url to load assets.
Use file:///android_asset/
instead.
I believe this will work if tested as apk not with companion
Same result. Does not work.
Hey, thanx. Yes it works in akp, but only this version:
file:///android_asset/Sicherungen.html
Anyway, thanx for your help.
If you want it to work also in the companion app, try the PathToAssets method from the tools extension App Inventor Extensions: Tools | Pura Vida Apps
Taifun
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.