We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plugin version: 4.2.1
Platform(s): iOS (16.4)
Current behavior: If no imageName is given, then this results in errors (and not showing the gray overlay
Expected behavior: No imageName (or empty one) should default to gray overlay on iOS
Steps to reproduce: Provide no imageName in configuration, app switcher shows white view (and debugger gives errors because of missing image)
Related code: Not working
if let imageName = config.imageName {
Working
if let imageName = config.imageName, !imageName.isEmpty {
Other information:
Capacitor doctor:
💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 5.5.1 @capacitor/core: 5.5.1 @capacitor/android: 5.5.1 @capacitor/ios: 5.5.1 Installed Dependencies: @capacitor/core: 5.5.1 @capacitor/android: 5.5.1 @capacitor/cli: 5.5.1 @capacitor/ios: 5.5.1 [success] iOS looking great! 👌 [success] Android looking great! 👌
The text was updated successfully, but these errors were encountered:
imageName
Successfully merging a pull request may close this issue.
Plugin version:
4.2.1
Platform(s):
iOS (16.4)
Current behavior:
If no imageName is given, then this results in errors (and not showing the gray overlay
Expected behavior:
No imageName (or empty one) should default to gray overlay on iOS
Steps to reproduce:
Provide no imageName in configuration, app switcher shows white view (and debugger gives errors because of missing image)
Related code:
Not working
Working
Other information:
Capacitor doctor:
The text was updated successfully, but these errors were encountered: