Deep linking loads multiple instances of app on android #37
Description
I am creating my app using Ionic and am testing the app on Android version 5.1.1.
I find that using the plugin does indeed allow the app to be launched when I click on a particular link which is lovely, thanks.
The issue is that if I already have the app open and then I click on a link inside of e.g. whatsapp, then a new instance of the app loads inside of whatsapp instead of using the already open app. This creates a strange user experience because in order to return to whatsapp I have to navigate backwards several times , whereas I would expect to just be able to switch from my app back to whatsapp using the familiar square button that allows you to see all open apps.
Thanks for taking to time to develop this plugin, it is very useful, I am just trying to understand if this is intended behaviour or a bug.
Thanks,
Matt