Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 iframe 托管为应用程序,它在 android 上运行良好,应用程序内浏览器允许我处理应用程序内的所有 url,但 iOS 上的相同 iframe 总是在 safari 中打开点击的链接,是否有解决方法到这个?
当我最初编写我的应用程序时,我最初用于执行跨域请求的 iFrame 也有类似的问题。我发现每次我尝试将内容加载到 iFrame 以完成我的请求时,Safari 都会不断启动。最后我不得不将它换成 forge.request.ajax 以防止这种情况发生。
可能与您遇到的问题不同,但希望它可以引导您朝着正确的方向了解它发生的原因。