Accessible Solitaire: Q&A from a .NET MAUI Community Standup
Following his appearance on the .NET MAUI Community Standup, Guy answers questions that came up during the session about his Accessible Solitaire app — a .NET MAUI game available on the Apple, Google Play, and Microsoft stores that explores accessible game-playing experiences.
What you’ll learn
- What platform-specific code exists in the app and why most
#ifdirectives should be removable - How dark mode colour contrast was improved to meet WCAG 1.4.6 Enhanced contrast (4.5:1) using Accessibility Insights
- How iOS Switch Control works for playing the game with physical switch devices
- How David Ortinau’s
Plugin.Maui.KeyListenerreplaced copious Windows-only keyboard code - The importance of fixing bugs and crashes before expanding user outreach