CustomWebView : An extended form of Web Viewer

Hey there, for some reason these blocks crash the app:

I've traced down the issue to the third block, LoadInNewWindow.
I'm testing the app on my old Oppo Reno8 Lite, as my S24 Ultra with Android 14 doesn't support AI2 Companion.

Did anyone else experience an issue like this? Am I doing something wrong? Please help me, I gotta turn this app in ASAP.

Load new window in the newly created webview (id = 2).
You can not send new window request to origin webview.

1 Like

Hello, is it possible for me to use Desktop Mode in the CustomWebView extension?

If you had bothered to read the documentation:

image

1 Like

How can I upload the files with the camera option, reload the pages and come back the pages in my app with 12 release of Customwebview Estension of App Inventor?

Are you able to upload files from gallery?
If yes, then how?
Show blocks.

No I have to create all blocks from the beginning, I have tryed this but it doesn't t work

,
I have an app that point to my website and in the website I have a html forms with file upload, I have to create file upload with camera option, reload pages option, turn back to the pages option , and the option to click and go to external links in my App. There is someone that can answer my question by showing me the correct blocks for all these app options ?

See here:

No that is not the solution for the upload files in the app..

So what is the issue ?

It doesn't open the files

Are you using the beta version of the extension?

It doesn't works, doesn't open the files.. So instead of the url I have put my website, but still doesn't works

You are not showing all your relevant blocks.

Also, use right click on some white space in the Blocks editor to download an image of your blocks.

There are my blocks and in my app upload files doesn't work
blocks-2

Doesn't works these blocks also, any file upload

FileUploadNeeded event won't be triggered if FileAccess is not enabled.

So How can I update the blocks? Can you show me a photo?

Error from Companion: edu.mit.appinventor.aicompanion3: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

@vknow360 can you update the extension as I get above ERROR in Android 14 companion and if I build app, the screen is automatically closing,
Issue is in Download Helper

1 Like

What's the issue now?

Probably you forgot to read some recent posts in this topic.
You should check beta branch in github repo.