David

Results 3 comments of David

Update: The issue is only happening on iOS devices and appears to be caused by line 136 within the WalletConnectProvider.js file ``` const url = formatWalletServiceUrl(walletService); return (await Linking.canOpenURL(url)) &&...

> @davidm03 The fix you mentioned above, How can we use that fix when using walletconnect?? I can't find `WalletConnectProvider.js` in walletConnect. The file I mentioned can be found within...

> The solution for me was to ensure the web3 provider send request (RPC API) was the first network request after a user action. > > I've deployed an example...