I will add that in the next update (I don’t know when it will come)
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.
I will add that in the next update (I don’t know when it will come)
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.
This post was flagged by the community and is temporarily hidden.
not worked
okay
The download link must contain https
OR http
otherwise it will not work.
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.
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
Hi @TeachingGuru
All methods are executed on the active webview which you set from SetWebView
block.
Thanks it is working perfectly…
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
It is possible that this question has been answered before but there are many posts here. I can’t read all of them
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
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.
GetUrlToOpen: I am not finding this block ?
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?