We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb9697 commit 4336f1fCopy full SHA for 4336f1f
src/Core/src/Platform/iOS/PlatformTouchGraphicsView.cs
@@ -21,6 +21,7 @@ public PlatformTouchGraphicsView()
21
_proxy = new(this);
22
Opaque = false;
23
BackgroundColor = null;
24
+ MultipleTouchEnabled = true;
25
}
26
27
public override void LayoutSubviews()
0 commit comments