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 f3477ec commit 28306b3Copy full SHA for 28306b3
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