菜鸟教程小白 发表于 2022-12-13 00:15:03

ios - 阻止来自 uiwebview (iOS) 的广告


                                            <p><p>我的应用从有广告的网站加载页面。
我正在寻找一种阻止的方法,以确保它们不会出现。
在android上你可以阻止它,但是在iOS上呢?有什么办法吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在查看 <a href="https://developer.apple.com/library/ios/documentation/uikit/reference/UIWebViewDelegate_Protocol/Reference/Reference.html" rel="noreferrer noopener nofollow"><code>UIWebViewDelegate</code></a> 时要查看可用的方法,我注意到 Apple 示例应用程序 <a href="https://developer.apple.com/library/ios/samplecode/CustomHTTPProtocol/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013653" rel="noreferrer noopener nofollow"><code>CustomHTTPProtocol</code></a> 的链接。它展示了如何拦截由 webView 执行的底层网络(但是我没有看过代码)。</p>

<p>我相信这是可以使用的方法,您需要忽略对您不想允许的网站的任何请求。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 阻止来自 uiwebview (iOS) 的广告,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/25095582/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/25095582/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 阻止来自 uiwebview (iOS) 的广告