Skip to content

Add support for universal links (iOS) and app links (Android)#2297

Merged
cpetrov merged 1 commit intomasterfrom
mr-universal-links
Sep 16, 2025
Merged

Add support for universal links (iOS) and app links (Android)#2297
cpetrov merged 1 commit intomasterfrom
mr-universal-links

Conversation

@cpetrov
Copy link
Copy Markdown
Member

@cpetrov cpetrov commented Sep 14, 2025

This commit adds the continueWebActivity event to the App class, allowing developers to react to universal links on iOS 1 and app links on Android 2. The event includes a parameter webpageURL containing the URL that was used to launch the app, including path and query parameters.

  • Code is up-to-date with current master
  • Code is provided under the terms of the Tabris.js license

This commit adds the `continueWebActivity` event to the App class,
allowing developers to react to universal links on iOS [1] and app links
on Android [2]. The event includes a parameter `webpageURL` containing
the URL that was used to launch the app, including path and query
parameters.

[1]: https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app
[2]: https://developer.android.com/training/app-links
@cpetrov cpetrov merged commit ec45db3 into master Sep 16, 2025
1 check passed
@cpetrov cpetrov deleted the mr-universal-links branch September 16, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants