CustomWebView : An extended form of Web Viewer

1 Like

Custom webviewer adds certain features to app by deafult.
like camera access, location access, etc. which makes it unfit for 3+ rating on play store.
Anyone has a solution for this?

Its Open-Source, So you can remove these Permissions from code and Compile it.

1 Like

Is there a way to create search box inside the app that highlights the found data inside the html text in the webviewer?

how to use deep link result in this extension ? please help

Hi, Please help me anyone… !
How can I use DeepLinks at webviewer ?


What’s it ?

My Blocks
Screen1
blocks-3

Screen2
blocks-2

Please solve it :relaxed:

use Do it to debug your blocks, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps
see also Live Development, Testing, and Debugging Tools
it seems to be, your start value is a list…
Taifun

Deep links property only accepts boolean type, you can’t input Strings.

Boolean means ?

True / False,you can find them in the logic category.

Then ?
How?

Check the docs:

I know it, But how to create it ?

Just set it to true, and your app will appear in the browser list.

1 Like

Checking… :relaxed:

1 Like

Okay, Ready
Then How can I Set DeepLink now ?

It’s already set, when you enabled deep links property I think

But, When I click a link and open my app…
There is loading…
Nothing to see :persevere:

You need to use goToUrl block , set the URL to the start value.

1 Like