CustomWebView : An extended form of Web Viewer

Yes you can.
Just modify source according to your needs and compile.

1 Like

This should work:

Here’s a working AIA:
FiscalBeigeSwordfish.aia (142.4 KB)

:warning: NOTE:
In the project, the inbuilt component (WebViewer) was used because I couldn’t get the extension to work. It showed a blank page. @vknow360 might want to check it out.

3 Likes

I checked and found that:
1.You have not set webview.
2.You have not enabled file access.

It works fine in this way:

Here you can see the result:

Thanks! Btw I disabled the blocks bc I didn’t know what to do. Also, am I just dumb or were IDs non existent when I beta tested

2 Likes

@vknow360
how can i fix or this is a bug

I think you have zoomed in website.

i didnt zoomed should i disable zoom

Disable zoom and see what happens.

same i have set zoom eabled to false but same view\

(and please tell use of support multiple window
and usewideviewport)

Have you disabled UseWideViewPort property?

This will make webview to raise OnNewWindowRequest event and give you an option to load requested url in new tab.

oky then by default is it true oe i have to set it true??

Can you share an example apk?
Also post you blocks here.

1 Like

yeah but i just want to know by the evrey thing is or we have to set them true

1 Like

@vknow360 buddy can you make its own layout like this Screenshot by Lightshot

Nah, extension can only be non-visible components.

1 Like

@vknow360 when will you upload new version?

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

Hello broo i have a doubt my website is direct download link website when clicking download button it starts download process i need a confirmation message before download is it possible ??

1 Like

Use this block and the set a notifier for confirmation from user.

See the documentation to know the default properties of webview.