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 e70c315 commit 8249e31Copy full SHA for 8249e31
ios/ReactNativePageView.m
@@ -287,6 +287,7 @@ - (void)embed {
287
if([subview isKindOfClass:UIScrollView.class]){
288
((UIScrollView *)subview).delegate = self;
289
((UIScrollView *)subview).keyboardDismissMode = _dismissKeyboard;
290
+ ((UIScrollView *)subview).delaysContentTouches = NO;
291
}
292
293
0 commit comments