diff --git a/cocos/platform/ios/CCEAGLView-ios.mm b/cocos/platform/ios/CCEAGLView-ios.mm index 1f06a0f274..fdde23abff 100644 --- a/cocos/platform/ios/CCEAGLView-ios.mm +++ b/cocos/platform/ios/CCEAGLView-ios.mm @@ -406,6 +406,7 @@ Copyright (C) 2008 Apple Inc. All Rights Reserved. if (isKeyboardShown_) { [self handleTouchesAfterKeyboardShow]; + return; } UITouch* ids[IOS_MAX_TOUCHES_COUNT] = {0};