uni_links
uni_links copied to clipboard
App opens not correctly
I'm using uni_links 4.0 and am testing on my Android (Xiaomi Redmi note 7), which is running Android 10
So, when I'm opening link to my app from whatsapp or telegram it looks like it opens inside whatsapp or telegram, it has whatsapp or telegram icon in task manager
same issue, any solution?
Simply change android:launchMode="singleTop" to android:launchMode="singleInstance" in main/AndroidManifest.xml file. See more here. https://developer.android.com/guide/topics/manifest/activity-element#lmode