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.
是否可以通过在 iOS 下启动 Safari 而不是 stagewebview 来打开网页?
(注意我已经尝试过 URLrequest,它在 iDevice 上不起作用)。
谢谢你的帮助
使用 navigateToURL 函数。它应该会在实际的 Safari 浏览器中自动打开链接。
navigateToURL(new URLRequest("http://www.domain.com"));