CustomWebView : An extended form of Web Viewer

You are using WebViewer component.

No it was older, i have put customwebview now

Did you try?

in customWebView component, how to store cache memory in my app ?
i put a wordpress site using this aix, but the app asking login every time when i open my app. i want one time login, until logout.

when i click a button that need to open a new tab can not doing any further progress??

You can do two things:

  1. Set SupportMultipleWindows property to false
  2. Handle new tab requests correctly (for this you need to read last few hundred posts)

P.S. you already have gotten the solution

Why I’m getting this error in Android 8
When im run in Android12 then work fine but in low version app will be crash

Did you search in the community?
Use v12beta .

Can you provide post link

1 Like

Browserptompthelper not work on Android 12.
It change androudmanifest.xml and APK can’t install

Yes, it doesn’t work on Android 12.
You will have to manually edit manifest file according to docs.

For new tab popup ad m able to open in new window but some popup ads open in same tab so how i can open them too in new tab…i want all type popup ads in new tabs…

Can’t get latitute and longitude when APK Installed on real device
Hi all, I have problem with customWebView extension, when live test in Companion, my project work properly, but, when I installed the app on real device, app can’t locating and get latitude and longitude.
Here is my blocks :


Please help me to solve this, thank you.

If you are using latest beta version, then you need to allow location permission to webview like this:

1 Like

Thank you, it’s work.

Can u help me regarding same tab popup ads ?

@Still-learning @dora_paz

Have you find any working solution for this issue? Thank you

Please elaborate your issue. (The post you quoted has multiple questions)

@vknow360 is it possible to execute another screen from html
on another platform they have that and it’s documented as follow :
You can add a link to another screen putting: <a href="go:S123">Open Screen</a> (before, assign the reference S123 to another screen)