Skip to content

Commit 28306b3

Browse files
prakashKannanSf3972PureWeen
authored andcommitted
Enabled-MultiTouch-iOS (#29895)
1 parent f3477ec commit 28306b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/src/Platform/iOS/PlatformTouchGraphicsView.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public PlatformTouchGraphicsView()
2121
_proxy = new(this);
2222
Opaque = false;
2323
BackgroundColor = null;
24+
MultipleTouchEnabled = true;
2425
}
2526

2627
public override void LayoutSubviews()

0 commit comments

Comments
 (0)