I’m currently using DeeplinkMobile to generate and copy deep links within the mobile application.
Issue: When I copy the generated deep link:
On iOS – The link is copied successfully and the app remains open.
On Android – The link gets copied, but the application automatically closes right after copying.
This behavior only happens on Android devices.
Expected Behavior: The deep link should be copied to the clipboard without closing the Android application.
Actual Behavior: After copying the deep link, the Android app closes automatically.
Hi @siva kumar,
This issue happens because the DeepLink Mobile plugin on Andriod app may trigger an intent or deeplink lifecycle event when copying the link. Due to andriod activity handling, the app gets closed after the copy action.
Only use it to generate the deep link. After generating the link, use the native Outsystems Clipboard plugin to copy the URL. Make sure the copy action does not trigger any navigation or deep link execution. Rebuild the mobile app with the latest platform version to get updated.
If possible, can u pls share the OML file. Also Check the Documentation once.