WebView2 load image in windows (desktop) but cannot load image in android
Application 1.mfa
Plz help
WebView2 load image in windows (desktop) but cannot load image in android
Application 1.mfa
Plz help
Pradeep
some forgotten things
* User clicks with left button on Active 2
WebView2 : Load URL=Apppath$ + "ouya.jpg"
* User clicks with left button on Windows
WebView2 : Load URL=DataStorageDirectory$( "Android object" ) + "/"+ "ouya.jpg"
* User clicks with left button on Active 3
WebView2 : Load URL=ExternalStorageDirectory$( "Android object" ) + "/"+ "ouya.jpg"
* User clicks with left button on Active 4
WebView2 : Load URL=SecondaryExternalStorage$( "Android object" ) + "/"+ "ouya.jpg"
Regards,
Fernando Vivolo
... new things are coming ...
I add ouya.jpg in data Element > binary data
and use above code. but not load image.
webview object does not load from binary data
Regards,
Fernando Vivolo
... new things are coming ...