I've made a an app thats stream a video by an URL,using a webview there is anyway to block ads on webview while video is playing?
Asked
Active
Viewed 914 times
0
-
1You can do it on android using adblock webview : https://stackoverflow.com/a/60620204/7795876 – Saurav Prakash Apr 14 '22 at 11:21
-
gives an erro: not found – Ildeberto Vasconcelos Apr 15 '22 at 11:28
-
Yes, you can use my [`flutter_inappwebview`](https://github.com/pichillilorenzo/flutter_inappwebview) plugin, which offers the content-blocking feature through the `ContentBlocker` class!. Check my other [answer here](https://stackoverflow.com/a/74611660/4637638). – Lorenzo Pichilli Nov 29 '22 at 09:24