avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

App opens not correctly #119

Open davidmd9 opened 3 years ago

davidmd9 commented 3 years ago

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

photo_2021-06-04 17 16 37

ZishanK commented 3 years ago

same issue, any solution?

gbmarcos commented 3 years ago

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