open link in browser and return to app #20217
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
I've developing an app in react-native that should communicate with a gateway for payments, after finishing the payment process (success or failure) I need to show an alert to user. For this purpose, I open a link in
WebView
and after that I get return's url withonNavigationStateChange
and show success or failure message.But, this flow for security issues must be done in a default device browser.
Current Code:
Any idea?
Thanks
The text was updated successfully, but these errors were encountered: