Handle deeplinks into your Ionic/Cordova apps from Universal Links, App Links, and Custom URL schemes. For those using Ionic 2, there are some nice goodies that make life easier.
If I open app from "Recent apps" in an Android device, app still remembers deeplink used last time and behaves that way. I add android:excludeFromRecents="true" temporarily, then it removes the app from "Recent apps" - but that is not an acceptable solution.
If I open app from "Recent apps" in an Android device, app still remembers deeplink used last time and behaves that way. I add
android:excludeFromRecents="true"
temporarily, then it removes the app from "Recent apps" - but that is not an acceptable solution.