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
On iOS, colors are parsed as RGBA, but on Android, colors are parsed as ARGB. This makes it difficult to use the same color input string cross-platform.
We should include a utility in @capacitor/android that offers RGBA color parsing to plugins so that we can consistently parse color input strings to Android values and the same color input string can be used in iOS and Android.
Don't forget to add this as a change that affects users in the Upgrade Guide. 😁
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
On iOS, colors are parsed as RGBA, but on Android, colors are parsed as ARGB. This makes it difficult to use the same color input string cross-platform.
We should include a utility in
@capacitor/android
that offers RGBA color parsing to plugins so that we can consistently parse color input strings to Android values and the same color input string can be used in iOS and Android.Don't forget to add this as a change that affects users in the Upgrade Guide. 😁
ref: #3719
The text was updated successfully, but these errors were encountered: