Skip to content

Commit f1ff276

Browse files
authored
Update RCTWebViewBridgeManager.m
1 parent 2e271e4 commit f1ff276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/RCTWebViewBridgeManager.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ - (UIView *)view
4545
RCT_EXPORT_VIEW_PROPERTY(onShouldStartLoadWithRequest, RCTDirectEventBlock)
4646
RCT_REMAP_VIEW_PROPERTY(allowsInlineMediaPlayback, _webView.allowsInlineMediaPlayback, BOOL)
4747
RCT_EXPORT_VIEW_PROPERTY(onBridgeMessage, RCTDirectEventBlock)
48+
RCT_REMAP_VIEW_PROPERTY(keyboardDisplayRequiresUserAction, _webView.keyboardDisplayRequiresUserAction, BOOL)
4849

4950
- (NSDictionary<NSString *, id> *)constantsToExport
5051
{

0 commit comments

Comments
 (0)