Has anyone tried to create a CoroutineScope tied t...
# coroutines
c
Has anyone tried to create a CoroutineScope tied to the lifetime of a Chrome Custom Tab?
I suppose we could do this with navigation events TAB_SHOWN and TAB_HIDDEN. But I’m not sure how reliable these events are and if they can interleave. Nor are they tied to uri’s or anything