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 34881ce commit 03392daCopy full SHA for 03392da
apple/RNCWebViewManager.m
@@ -254,7 +254,7 @@ - (BOOL) webView:(RNCWebView *)webView
254
request[@"lockIdentifier"] = @(_shouldStartLoadLock.condition);
255
callback(request);
256
257
- // Block the main thread for a maximum of 250ms until the JS thread returns
+ // Block the main thread for a maximum of 500ms until the JS thread returns
258
if ([_shouldStartLoadLock lockWhenCondition:0 beforeDate:[NSDate dateWithTimeIntervalSinceNow:.50]]) {
259
BOOL returnValue = _shouldStartLoad;
260
[_shouldStartLoadLock unlock];
0 commit comments