CustomWebView : An extended form of Web Viewer

Unfortunately, no.

Please guide about this

Please read the complete thread.

Is it possible to do a swipe right or left action to change html offline pages ?

I need a swipe right and left action…

If it is already in the extension please guide me how tonuse it

If you remember then once I gave you a lite version which has this swipe feature.

1 Like

Yes … but google play rejected my app for something in that version was about ssl errors I think

Hello please can anyone help me to remove overscroll effect from custom webview 11 , i tried these blocks but didn’t works
6mMn4

Probably not possible currently.

If I set the cookie of a specific URL to empty string it just adds a new cookie with previous cookies.

Before setting the cookie

Blocks
Screenshot (117)

After setting the cookie

letest version uploading failed!

block

1 Like

load new window not work app clossing.
razor_pay.aia (68.6 KB)

Blocks you were using

blocks(2)

Parent WebView cannot host its own popup window.

1 Like

5 posts were split to a new topic: Kodular webview component block ads?

How do I download blob / file:/// urls? I tried and I am having a hard time.

Anyone here to help me?
I want to open the pop-up link in the external default browser but where to get that URL as there is no option of getting URL in .OnNewWindowRequest instead there is option of id.

Simple words: From CustomWebView when a new window request comes it just opens in default browser.
Help me!

Unfortunately that’s not possible with Customwebview.

Scroll few posts up to learn how to handle new window requests.

Hello, I am trying to take a photo and display it in a “webview” or a “customwebviewer” in Android 10. With these blocks I managed to copy the photo into an “image” component but I could not display it in the webviewer, please , could you help me? I’ll be very greatful

I’ll suggest two things:

  1. Properties set from blocks are applied to currently active webview so you must call them after making a webview active.

  2. I see you still have not followed suggestion of prefixing file:// to file path while loading file in webview.

1 Like

blocks (11)
Like this? but it still doesn’t work for me