Dom
Dom
 - Category: Frameworks, Platforms and Libraries
A button that navigates user to another page doesn't work when used in bottom sheet ``` c# private void Go_To_Welcome_Button_Pressed(object sender, EventArgs e) { Navigation.PushAsync(new Welcome()); } ``` ``` xml...
Update the colour scheme of priority colours to match new colours implemented on main page.
On iOS the search bar doesn't go away after clicking of or clicking "Cancel".
`Severity Code Description Project File Line Suppression State Details Warning NU1701 Package 'SQLiteNetExtensions 2.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework...
``` xml Severity Code Description Project File Line Suppression State Details Warning MA002 Starting with .NET 8, setting true does not automatically include NuGet package references in your project. Update...
Navigation methods like ShowAsync() etc. Doesn't work when placed inside of bottom sheet.