why is my flutter app opening a deep link url in the browser and not automatically opening route in app?
I have tried in both the iOS simulator and Android Studio simulator to run my deep linking test. Android worked in the event that android:launchMode=”singleTop” because it rendered the app screen wrapped inside messenger (where i pasted the url). However, after changing singleTop to singleTask to prevent app wrap, the simulator started acting like the iOS simulator and opening the link in the browser.