Julian Baumann
Results
2
issues of
Julian Baumann
I am curious about how to manage dark/light mode in Comet. In XAML, we typically express this with code such as `Value="{AppThemeBinding Light={StaticResource SecondaryBackgroundColorLight}, Dark={StaticResource SecondaryBackgroundColorDark}}"` How would one achieve...
This should address the issue of iOS devices providing an incorrect IP address. I've read online, that this approach might not always work, because it is technically not guaranteed, that...