Steve Shaw
Steve Shaw
### Description There should be a standard way to query whether a physical keyboard exists, and if so, to use its functionality. Similarly, there should be standard mouse detection, including...
### Description Recently there have been two StackOverflow questions by app authors that would like to detect user click **on the currently active tabbar tab**, and use that to clear...
### Description To start with an iOS SkiaSharp example that matches what I would do as a nuget user, I modified samples/Basic/iOS/SkiaSharpSample/SkiaSharpSample.csproj: * target net8-ios and iOS 13.0. * Instead...
How set separate BindingContext on a custom SkiaControl, when there is a different BindingContext on MainPage (in which that custom control is used)? I haven't looked at Maui source code,...