BaedalMate / BaedalMate_iOS

2 stars 0 forks source link

[err] Did not receive response to shouldStartLoad in time, defaulting to YES #33

Open byein opened 1 year ago

byein commented 1 year ago

https://github.com/react-native-webview/react-native-webview/issues/124

Attique033 commented 1 year ago

@byein any luck with this?

byein commented 1 year ago

@Attique033 Yeah. After following the guide from https://github.com/react-native-webview/react-native-webview/issues/124, there's no more error about this, but I need to check in real iphone for testing. Because it is related to the current location(GPS).

Attique033 commented 1 year ago

@byein I've tried adding the onShouldStartLoadWithRequest={() => true} but my case is still same, can you share the fix here