Hi,
I have a project on capacitor 7, which runs on Android, iOS, and web as well. This project was on capacitor 6, and I migrated it to capacitor 7, so I had to update the Android target to 15.
To solve the safe area problem, we are using @capacitor-community/safe-area package, but we have an issue as here we dont have the option to update the custom color to the safe-area, this package suggests not to use @capacitor/status-bar This safe-area package itself doesn’t provide a feature to change the status bar or safe area background color.
Please provide me a solution for this.