openURL( )


Directs the mobile app to open the specified URL in the device's browser.

について openURL() function returns a Promise that resolves when the navigation is successful.

Supported URL formats:

  • An external web address. For example, http(s)://.
  • A URI such as a phone number, geographic coordinates, social media link, or email. For example, mailto:@?subject=.
メソッド宣言
コピー
メソッド・パラメータ
urlstringRequired

The URL to open.

役に立ちましたか?
はい
いいえ