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

BackgroundColor doen't work with DynamicResource. #119

Open
AdrLeon opened this issue Apr 22, 2024 · 4 comments
Open

BackgroundColor doen't work with DynamicResource. #119

AdrLeon opened this issue Apr 22, 2024 · 4 comments

Comments

@AdrLeon
Copy link

AdrLeon commented Apr 22, 2024

Issue:

BackgroundColor doesn't work with DynamicResource.

Expected Behavior:

BackgroundColor work with DynamicResource.

Environment:

Platform: Windows, Android, iOS
.NET Version: 8.0.0
Mopups Version: 1.3.1
Maui Version: 8.0.6

Steps to Reproduce:

  • Clone Project.
  • Click the button
  • See that is not background and other components work the DynamicResource like the buttons.

Repro

https://github.com/MADSENSE/MADSENSE.MAUI.Sample.App/tree/BackgroundColor-not-work-with-dynamics

@YZahringer
Copy link

Working fine with Background={DynamicResource ...} instead of BackgroundColor={DynamicResource ...}

@iUngerTime
Copy link

Working fine with Background={DynamicResource ...} instead of BackgroundColor={DynamicResource ...}

Had the same issue and this worked for me.

@EmanterolaDN
Copy link

Working fine with Background={DynamicResource ...} instead of BackgroundColor={DynamicResource ...}

Thanks! Had same issue and workaround is also valid for me!

@christianrr
Copy link

However, BackgroundColor is not working in the current version and should be fixed (worked in version 1.2.0).
Can confirm, that workaround with Background works!

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

5 participants