diff --git a/ios/ViewController.mm b/ios/ViewController.mm index c1d7a91282..ec3b1698cc 100644 --- a/ios/ViewController.mm +++ b/ios/ViewController.mm @@ -193,6 +193,7 @@ void GLRenderLoop(IOSGLESContext *graphicsContext) { self.glView.drawableDepthFormat = GLKViewDrawableDepthFormat24; self.glView.drawableStencilFormat = GLKViewDrawableStencilFormat8; self.glView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight; + self.glView.multipleTouchEnabled = YES; [self.view addSubview:self.glView]; // self.view.insetsLayoutMarginsFromSafeArea = NO;