CustomWebView : An extended form of Web Viewer

Got this error when using WebView on my site. User

Webpage not available The webpage at intent://ak.onmantineer.com/4/6765106?var=5870576&intnt_r=true&bs=df38a8d9-e5cc-4a38-b4fe-5b6c768db616#Intent;scheme=https;package=com.android.chrome;end could not be loaded because: net::ERR_UNKNOWN_URL_SCHEME

You need a url that starts with either http or https.

Is that the only solution to the problem

That's an intent url (see chrome docs). You could try parsing the link, set the values of a activity launcher, and then launch it. The easier option would be to have chrome handle it through an activity launcher

Enable DeepLink property from blocks.
If it doesn't work then obtain url from ErrorOccurred event of CustomWebView and handle it yourself using Activity Starter.

And search before you ask.

1 Like

I want to load it internally instead of loading it externally. The deep link worked, but it loaded externally

Can anyone tell me how to load deep link internally

This is one of my favorite extensions ever. 10 out of 11

why? beacuse for beginners its hard to understand. Anyways, great extension.

1 Like

I uploaded I video to my website, it plays on browser, but when I want to play it with WebView on my app, it plays for a second then shows this error. The video playback was aborted due to a corruption problem or because the video used features your browser did not support. Please I need help

Are you using CustomWebView extension?

Yes

Show a screen recording of issue.

Hi App Inventor community,

I'm currently facing an issue with obtaining permissions for both audio and video in my app, while testing with AI Companion, I'm able to grant video permission, but audio permission seems to be missing. However, after installing the APK file on a device, neither audio nor video permissions are being granted.
Here's a snapshot of the blocks I'm using:

I've also attached the AIA file for reference. If anyone has encountered a similar issue or has any insights into what might be going wrong, I would greatly appreciate your help.

Thank you in advance for your assistance!

Videocallingappnew.aia (87.6 KB)

I used CustomWebView Extension and ASDDownloader Extension to do the process
it works with other websites when i click on a download link but it does not work when
I click on download button in a google drive file share page
here is my code block


Since you have configured Webview to support Multiple Windows so you'll have to handle it yourself.
Read the thread carefully to find snippet for it.
Otherwise just set it to false.


I'll check.

i solve this by this

image

I am trying to use the download feature I am launching it from the Chromebook companion app and I need to launch it from the Chromebook app and whenever I try and put a directory like "Downloads" or "/Downloads" and Ive even tried "~" which downloads it but is no where to fe found in the files app so what should I try and put into the directory
Screenshot 2024-04-05 10.51.40 PM

Try Download.

It worked. Thank You

KIndly permit me to usr this extension for the MIT GLOBAL AI HACKATHON