TIMAI2
December 29, 2022, 12:04pm
23
Perhaps you need to give read permission ? Or have the correct filescope?
And have you copied the imgurl file over correctly ? Is it in the /Documents
directory ?
(now also tested and working with companion on Android 13 using ASD as file location)
Much easier to use Custom Web View I think - I can't remember the last time I used App Inventor's.
patel
December 29, 2022, 2:49pm
25
I copied it from windows, now I have copied by code and my app runs well.
Thanks
patel
December 29, 2022, 2:52pm
26
I tried Custom, but I don't know how to load a local image
Anke
December 29, 2022, 3:37pm
27
patel:
I copied it from windows
Then it is created by another app and cannot be accessed without SAF (on Android 11+).
That I think is the most ignorant part of Google's scoped system:
(1) The definition of what is media and what is non-media;
(2) The need to differentiate between file content types (media or non-media);
(3) The need to differentiate between Own app and Other app file contribution in what are supposed to be shared directories.
TIMAI2
December 29, 2022, 4:44pm
29
The approach is exactly the same, but without the need to add and configure an extension (much as I like CustomWebView)
Taifun
December 29, 2022, 6:06pm
30
the solution finally has been provided here, only the initialization was missing...
Taifun
patel
December 29, 2022, 6:18pm
31
This is solution using CustomWebView
1 Like
system
Closed
January 5, 2023, 6:18pm
32
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.