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
Is your feature request related to a problem? Please describe.
There's a problem that we need to distinguish between custom tabs flow cancellation and custom tabs minimization. We detect that in onResume. However onMinimized callback is invoked 1 second after onResume which delays app reaction to minimization event and requires handling of use cases when the user clicks on something in that 1 second. Basically the problem is that we don't know that custom tabs are being minimized right away.
Describe the solution you'd like
A callback like onStartMinimization which will be invoked when a user clicks on the minimize button
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There's a problem that we need to distinguish between custom tabs flow cancellation and custom tabs minimization. We detect that in onResume. However onMinimized callback is invoked 1 second after onResume which delays app reaction to minimization event and requires handling of use cases when the user clicks on something in that 1 second. Basically the problem is that we don't know that custom tabs are being minimized right away.
Describe the solution you'd like
A callback like onStartMinimization which will be invoked when a user clicks on the minimize button
The text was updated successfully, but these errors were encountered: