nmac101
October 21, 2023, 6:28pm
504
Custom error screen on CustomWebView with AdBlock turned on
Hey, I'm making a browser with CustomWebView. I also implemented a custom error screen when it fails to reach a website. I turned on AdBlock and pasted a premade ad host list. But there seems to be a problem. When I go to a website with ads, the error screen I made comes up when the website is successfully reached, but instead of the website address showing on the error screen, the ad address shows instead, so it means the error screen is picking up the http errors from the adblock. Does anyone have a solution for this? I tried it with the blocks below, but it didn't work (don't mind the error symbol on the block, I created a duplicate one to change some text values which were in my main language)
I guess you are not setting hosts with AdHosts
property.
CustomWebView extension offers a lot of features, which makes it often confusing. So in this post I'll cover the most asked questions related to the
Est. reading time: 5 minutes
nmac101
October 23, 2023, 3:09pm
506
I am, and the adblocker works. But my custom error page shows up whenever it successfully blocks one
Yes that's normal. It forcefully stops ads from loading and thus Error Occurred event is raised.
Message might be different, you should check.
in CustomWebView, how to get clicked link url.
I'm getting this error when clicking Backpress:
I'm using "Handling New Tab Request and Back Press" from here :
CustomWebView extension offers a lot of features, which makes it often confusing. So in this post I'll cover the most asked questions related to the
Est. reading time: 5 minutes
and this block showing "false"
this error happened when I clicked this link on google main page:
Browse a list of Google products designed to help you work and play, stay organized, get answers, keep in touch, grow your business, and more.
You have used set value for key path
block but you had to use set value for key
block.
2 Likes
EAO_02
November 2, 2023, 7:54am
513
Help anyone, I'm a newbie, How do i add my site url to custom webviewer like in the normal webviewer
EAO_02
November 2, 2023, 9:19am
516
Hello... It's working but this is the result, the website only shows in a small potion of the screen
EAO_02
November 2, 2023, 12:59pm
518
It happens with any site I tried to do... It's not the website's fault
Ria_Das
November 2, 2023, 1:15pm
519
Please show the width and height settings of vertical arrangement in designer properties
EAO_02
November 2, 2023, 1:22pm
520
Width and height is automatic and when i tap it to see if I can change it there are no options coming out
TIMAI2
November 2, 2023, 1:25pm
521
Not sure where you problem is, but you should change the name of that button, "back" can generate a bug in AI2 at the moment
EAO_02
November 2, 2023, 1:26pm
522
The problem was there before i added that button... It works fine on normal webviewer but I need custom webviewer for some extra features
EAO_02
November 2, 2023, 1:51pm
523
The custom webviewer is showing as a non visible component, is that right?