CustomWebView : An extended form of Web Viewer

Maybe this will help you:

File upload and download not working on my app.

I also want that when a user opens a link that it’s not within the app’s website it will open to external browser

Here’s may .aia and .apk file
Symbianize2.apk (5.5 MB)
Symbianize2.aia (148.6 KB)

How do I make it so that when i click a link it opens a new tab/window?

Download Problem

When Downoad any file and that file downloaded using php post method then this web view download that page html file not file that we want to download.

The button on this web not clicked,but on companion run n clicked

The information you provided is not enough to understand the issue, please elaborate more.

Is there any way to get the length of the webpage? I display long strip manga using the webview and I and trying to implement a read feature

Probably ContentHeight method can be helpful.

I tried using ContentHeight however when I tried to compare it with scroll-y, it exceeded the amount that ContentHeight was reporting

Debug output with numbers (scroll-y/ContentHeight)

Can you check this one?
com.sunny.CustomWebView.aix (80.2 KB)

This post was flagged by the community and is temporarily hidden.

It fails when I try to import it into Kodular. BTW, I am using a modified version that removes any permission that requires a privacy policy

1 Like

absen.aia (166.5 KB)

please help me, after export button not clickable

what is adhost and how to use, I clicked blockads check box but it’s not working…

Try in a new project, it should get imported.
This one gives more accurate results but still not correct.
com.sunny.CustomWebView.aix (75.9 KB)

Accuracy can be increased with below method:
image

VerticalArrangement1 is the container of webview.


Can you elaborate a little more?


Yes that’s not enough.
Have a look:

1 Like

It’s really helpful. Thanks a lot :blush:.
I’m using GitHub adhost direct link. So it’s not working.
I’m appreciate Your helping nature.
My English not well.

I am trying to access some websites that can only be accessed on the chrome browser, is there a way I can maybe emulate the chrome browser in the custom webview extension?

Thanks a lot, this version of the aix works when I removed the permissions. Hope there will be an official update to address the problem soon!

1 Like

How to stop embed or pop-up ads?

You can get ad host file from the guide.


You can set webview’s user agent to a valid user agent of Chrome.


I am not sure about embed ads but adblock needs to be configured in this way:

I don’t think there is any way to automatically block except for handling new window request correctly and silently and when loading starts then check if host is in the ad host list. If true then stop loading and remove the weview else show the webview to user.