Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide onMinimized alternative right after minimization click #479

Open
diklimchuk opened this issue Sep 1, 2024 · 0 comments
Open

Provide onMinimized alternative right after minimization click #479

diklimchuk opened this issue Sep 1, 2024 · 0 comments

Comments

@diklimchuk
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant