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.
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
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
After setting the cookie
letest version uploading failed!
Blocks you were using
Parent WebView cannot host its own popup window.
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:
-
Properties set from blocks are applied to currently active webview so you must call them after making a webview active.
-
I see you still have not followed suggestion of prefixing
file://
to file path while loading file in webview.
Like this? but it still doesnât work for me