I'm having trouble finding a solution to this problem. My app will be used to sign certain actions. The flow will be like this:
- User want to sign in to a website using any browser.
- User enters credentials.
- User gets redirected to my app using a custom url scheme.
- User uses his signature code to approve.
- User gets redirected back to the same page in the web browser.
It's the last part I'm having problem figuring out. How do I re-open the web browser with the same tab when user is done?