.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
22.21k
stars
1.75k
forks
source link
[net9.0] Shift platforms specific code from HybridWebView to the handler using Command Mappers #24269
Closed
PureWeen closed 1 month ago
Description
https://github.com/dotnet/maui/pull/23769#pullrequestreview-2241370886
The code here should use the CommandMapper pattern
https://github.com/dotnet/maui/blob/net9.0/src/Controls/src/Core/HybridWebView/HybridWebView.cs#L122
The best example of this is probably
IScrollView
There's a request you can make to the
CommandMApper
And then the response can come from