IntentAndroid.canOpenURL()

static canOpenURL(url, callback)

Determine whether or not an installed app can handle a given URL.

You can use other URLs, like a location (e.g. "geo:37.484847,-122.148386"), a contact, or any other URL that can be opened with {@code Intent.ACTION_VIEW}.

NOTE: For web URLs, the protocol ("http://", "https://") must be set accordingly!

@param URL the URL to open

@deprecated

doc_React_Native
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.