#Crawl
1 messages · Page 1 of 1 (latest)
Good question. I am guessing you will have to programmatically close the webview though I am not sure if RN can detect that the user got to your success or cancel page. Will consult my colleagues
I remember seeing a stripe exemple in webview, and after payment is done, there is a message saying "You may now close this window" or something similar
This is exaclty what i need
That would have been done by having a success page at that success_url that had that "you may now close this window"
My instincts were right: the workaround would be to detect when your webview has reached your success_url or cancel_url and programmatically closing the webview at that point.