-
Notifications
You must be signed in to change notification settings - Fork 505
GH-1180 ; Don't launch new task on custom tabs. #1183
Conversation
The original issue #225 was basically:
Which makes me think we should maybe check if we have the Activity's context first, and if not, still add the NewTask flag because it's all we can do at that point. |
I think we want to add back in: #if ANDROID_24 |
Good point but the IMHO multi-window support should be an option in |
This can be a place to expose some platform specific isms. For now on Android we have a `PrefereAdjacent` and on iOS a `PreferModal`.
So, I've added to this PR a new This takes care of adding optionally adding LAUNCH_ADJACENT flag for Android where we otherwise wouldn't want NewTask. Thoughts? |
Sounds good to me! 🙂 |
Just running final test and should be good |
Description of Change
Based off feedback of launching new task for system. Can't find google docs showing to do it how we have it and my old plugin didn't have it.
Bugs Fixed
Provide links to issues here. Ensure that a GitHub issue was created for your feature or bug fix before sending PR.
Behavioral Changes
Will now launch in same activity.
PR Checklist