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.
stagewebview の代わりに iOS で Safari を起動して Web ページを開くことはできますか?
(iDeviceでは機能しないURLrequestを試したことに注意してください)。
助けてくれてありがとう
navigateToURL 関数を使用します。実際のサファリ ブラウザでリンクが自動的に開きます。
navigateToURL(new URLRequest("http://www.domain.com"));