I have a async call which uses a third party provider called wallet connect. On pc this call works perfectly becuase it doesn’t require the webpage to open an application. But on mobile the wallet connect uses an app to confirm before returning the result.
So when the react application navigates away to the app. it never gets the return from the the async call.
Is there any way to maintain an async call or a different method of awaiting for a return when navigating away from a react website?
Any help would be greatly appreciated!