CustomWebView : An extended form of Web Viewer

No.
Maybe you will find something relevant in Chromium sources.

I already checked chromium sources.
I am not understanding where to get started.
Like SomeClass.Download(....)

I Downloaded the extension from your main (1st) post.

Is this the latest one? Let me try it

Thanks @sonumohammad333, will that prevent the webpage from running, I didnā€™t tried that yet. Let me check

Is there any way to block certain websites which is hyperlinked in a web ?

Add that website url in AdHosts and enable BlockAds property.

I tried it not worked.
Do i need to add it in blocks also ?

Can you show a screenshot of blocks/designer properties?

Image Removed

This site opens in new tab when click on hyperlinked text in website.

If you want to prevent opening of new tab then disable SupportMultipleWindows property from blocks.
However you have to provide domain like google.com and not https://google.com

Means this site will not be blocked ?
I have disabled multiple windows support now but now it loads in same tab :sweat_smile:

It will be blocked when you add the host part only in AdHosts property.


@Technical_Zone are you sure that you havenā€™t posted in wrong topic?

I tried it but it was not blocked.
I put this in the ads host :arrow_forward: ezexam.in/about

But it was not blocked !!!

My website domain name also contain ezexam.in at last.

If i will put only ezexam.in ad host then my website also donā€™t work :sweat_smile:

Yes, thatā€™s what I was going to say.
However there is a different method too.
When loading progress changes check if current url equals/contains that specific url or not.If it does then stop loading the page and redirect to a local html file or different url else donā€™t do anything.

2 Likes

which blocks need to be used here ?

OnProgressChanged event should be used here.

1 Like

Is this block is correct ?

And in text block i need to add website name.

blocks (6)

1 Like

Yes, thatā€™s correct.
Here is a different approach:
image

2 Likes

Thanks a lot it worked.

File upload not working in tawk.to live chat in custom webviewer.

Default File Manager is also present. But still it is opening Vimeo App only from my device. :disappointed_relieved: :disappointed_relieved:

@vknow360 Need help to fix this.
Works properly in normal webviewer.

Blocks use as below :point_down: :point_down:

blocks (8)

Have you only tried in your phone?