All you need to take from this repo is these files:
- 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
- app.js - Disable macOS context menu
- app.css - Change mouse cursor
- app.css - Disable dragging images
- app.css - Change items background color on hover and click
- App.xaml - Change Windows titlebar color
- Counter.razor - Tooltip sample
- MainPage.xaml.cs - Disable Windows refresh with F5 key and zooming with mouse wheel
- Index.razor.cs & windowSize.js - Detect window size in our code