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 3735189 commit a33bde0Copy full SHA for a33bde0
ios/ReactNativePageView.m
@@ -103,7 +103,7 @@ - (void)embed {
103
if([subview isKindOfClass:UIScrollView.class]){
104
((UIScrollView *)subview).delegate = self;
105
((UIScrollView *)subview).keyboardDismissMode = _dismissKeyboard;
106
- ((UIScrollView *)subview).delaysContentTouches = NO;
+ ((UIScrollView *)subview).delaysContentTouches = YES;
107
self.scrollView = (UIScrollView *)subview;
108
}
109
0 commit comments