CustomWebView : An extended form of Web Viewer

I will add that in the next update (I don’t know when it will come) :+1:

Unfortunately that is the only way to pause/resume webview to reduce cpu usage.
But I shall check if there is any other method available.:slightly_smiling_face:

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

1 Like

not worked

okay :heart:

Download error

1 Like

The download link must contain https OR http otherwise it will not work.

4 Likes

youtube video link

Hey. Your posts are often very unclear.Wouldn’t it be better if you write in your own language and then use the Google Translator? So we may be able to understand you and help you.

3 Likes

Thank you for this great extension, would you please tell me how to manage web view go back system on dynamic web create? Actually I have created dynamic web viewer using dynamic card view and view pager, it is working only on last created webviewer as there’s no id system on that block.

I think each block should have ids, to use dynamic functional of each actions

1 Like

Hi @TeachingGuru
All methods are executed on the active webview which you set from SetWebView block.

blocks (3)
Thanks it is working perfectly…

3 Likes

Any way to save user name and password for a logged page like Facebook.

  • Block Ads
    Sets whether to block ads or not

I only noticed this block now. Very interesting, but I think could be improved. Just as adblock extensions on Chrome allow to whitelist some websites, this extension could give us this option too.

  • Block Network Loads
    Get/Set block network loads

What does this block do exactly? I guess my real question is "what network loads mean :sweat_smile:
It is possible that this question has been answered before but there are many posts here. I can’t read all of them :joy:

Yes, it’s possible just remove the name of adhost from the file which you want to whitelist and it will not block tha t ads.

You made it look like it was simple, but I understood nothing :joy: :joy:
I guess I will find out how it works later this week when I try it in practice

Use GetCookie method.


This property sets whether webview should block ads or not, but it does not specify which ads should be blocked.
To set hosts which should be blocked use this property along with above property:


I have created dynamic web-viewers in one arrangement. My question is how can I show/hide dynamic viewer using IDs without dynamic card view/dynamic arrangement?

This guide will help you regarding dynamic webview.

1 Like

GetUrlToOpen: I am not finding this block ?
not

Hi @HareKrishna Welcome to Kodular Community
That block was replaced with start value block in one of previous version.
You will now get the start value as list [url, 1] if someone wants to open a link in your app.

It is working now on screen initialize from list index, but the problem is that, if my app is opened/minimized, and I want to open another external link to my app, how to do so?
blocks (5)

2 Likes