You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to the Custom Tabs service on the onStart() method of the Activities you plan to launch a Custom Tab from.
@jdnichollsc This might require a rewrite of the logic itself. Since the CustomTabsService has to be binded to the calling activity, It wouldn't make sense to do this in ChromeTabsManagerActivity since it gets recreated every time. It has to warmed up in the activity that has user interaction to open custom tabs, i.e, current activity from reactContext. I think we can hook into react lifecycle listeners. Is there a particular reason you felt the need for separate activity?
This would significantly improve performance.
The text was updated successfully, but these errors were encountered: