Notice for App Developers On both platforms, iOS and Android 11 or later, you need to configure your app's manifest to indicate the deep link namespaces it can open. Android documentation iOS documentation
Notice for App Developers
On both platforms, iOS and Android 11 or later, you need to configure your app's manifest to indicate the deep link namespaces it can open.
Android documentation
iOS documentation
Example:
Eitri.deeplink.canOpen({ url: "sms:123123"}) Copy
Eitri.deeplink.canOpen({ url: "sms:123123"})
Compatibility Control API LEVEL 1 - Functionality added
Compatibility Control
1
Opens a Deeplink
await Eitri.deeplink.open({ url: "mailto:[email protected]"}) Copy
await Eitri.deeplink.open({ url: "mailto:[email protected]"})
Generated using TypeDoc
Example: