CustomWebView : An extended form of Web Viewer

Русский: Почему то после действия "load HTML" приложение вылетело, у меня android версии 12 и смартфон модели Xiaomi redmi a1+, если это важно, я просто поставил блок "load HTML" а в него HTML код, я не ставил другие блоки из расширения "CustomWebWiew".

English: For some reason, after the "load HTML" action, the app crashed. I have an Android version 12 and a Xiaomi redmi a1+ smartphone. If it's important, I just added the "load HTML" block and inserted the HTML code into it. I didn't add any other blocks from the "CustomWebWiew" extension.

Greetings Engineers,

I need help concerning Customed and Web view extra app permission.

I have worked on this for over a month but failed to achieve any result...

Any help is really appreciated

Attached below is aia file
PTCMINT.aia (410.4 KB)

@Ogwal_Bonny/@Olara_Lab ... why yet another account ?

You do not say what your problem is. Explain and show relevant blocks.

As it happens, I have just got camera and audio permissions working for the webviewextra extension...

Sorry that I came in with another account, I didn't know since I was using another device..

I was using these blocks as a friend had recommended them but it failed.

Anybody, who could do it for me, I will really appreciate.

Thanks

Do it like this:

How to use Camera and Mic in CustomWebView_ - SunnyTheDeveloper.pdf (366.3 KB)

I tried to apply the exact same block as this to open a url in a new tab on a custom webview extension, but an error like this appeared

You should show your relevant blocks (convert to English, if not already, to help others help you)


This is the block I'm using, is there any difference from the available ones? I'm confused, sorry.

You are using set value for key path block, which is nowhere used in the snippet.
It is easier to double check blocks by carefully examining the blocks, if a snippet is not working for you.

Hello Developers,

I am trying to use custom web view but getting the error that the app can't be parsed when I tried to install the apk.

Its only happening when I upload the custom web view extension but when I delete it, the app is installing.

I am using custom webview v12, and android version 12 as well.

Where could the problem be?

Maybe try using the beta version. (Download from beta branch)

Hello Developers,

Today, I posted this, however, I really don't know how to go over this and have been trying it the whole day.

I really want to use custom web view in my app.

Unfortunately, When I upload custom web view and drag it to my app, the apk will build but returns a parsing error when I try to install.

When I delete the custom web view from my app, it will be installed.

I am using Andoid version 12, custom web view version 12,

@vknow360 suggested trying beta version, could someone provide me with link to beta version?

Attached below is a sample aia file which can't be installed.
Webview.aia (76.5 KB)

Here.

Your Webview.aia is corrupt - no extension showing in the palette, even though it shows in the Designer.

I tested an empty project with version 12 of CustomWebView, that compiled, installed and open OK.

I think I had downloaded a broken web customwebview.aix file, The one in the link provided above is now working, thanks a lot for the help reindered.

Attached below is the blocked for what I have done, however, I have noticed that: There is always a pop up message whenever I open the app that says allows the app to record audio, also whenever I try to go live on the website, the app is not acessing the camera, the screen is always dark, lastly, the app can not record audio.

What I want the app to do:
record audio,
allows access to camera for livescreaming
allows file uploads, file upload is working.
ask and allow for location access

thanks


blocks (52)
blocks (51)
blocks (50)

You have more work to do to get camera and audio working (this should be made easier in the next release of AppInventor)

Is it possible to create an web view app that directs users to cached content if data connection isn't available and reload if data is restored?

If it is possible, how do I go over it.

I am using custom web view

Hello Developers,

How do I set up network error reporting in custom web view without showing the website url?

Sometimes, users data is on but maynot be having active data plan, in such cases, if they try to access the app, it should report the error without showing website url.

Thanks..