-
Notifications
You must be signed in to change notification settings - Fork 66
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
How to change color when in application switcher on iOS? #31
Comments
This should not be difficult and is a good idea. The white color is set here:
It could be set as opacity as an optional argument. |
I'm not familiar with Swift so I'm not sure how to do a PR for that 😅 |
Can you tell how to link that optional argument between Flutter (dart) and Switft? I mean, how to pass one argument from Flutter too Swift? |
This is implemented in #29 |
On iOS whenever I open my app (with secured state), and open task switcher, the task switcher hides the content of the app with a white color. Can I change this color (my use case is that I want to support dark mode)?
Thanks.
The text was updated successfully, but these errors were encountered: