Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.21 KB

README.md

File metadata and controls

23 lines (18 loc) · 2.21 KB

MauiBlazorUIBestPractices

All you need to take from this repo is these files:

Mobile UI

  • app.css - Change default browser behaviors on mobile
  • color.xml - Change Android default system colors
  • index.html - Remove the "Loadnig..." text
  • MainPage.xaml.cs - Change default background color of BlazorWebView

Blog Post: .NET Maui Blazor best practices for Mobile UI

Desktop UI

Blog Post: .NET Maui Blazor best practices for Desktop UI