I am developing a webpage which will be called by an iOS and an Android App using a webview.
- This webpage would prompt a form to the user
- The user have to fill the fields and submit the form
- Once the form is submitted I redirect the user to another URL
- When this final URL is loaded, I need to close the webview
Is it possible to to this within the webpage or is it something to be managed by the app which open the webview? And how could it be possible?
I read something about UIWebViewDelegate but I'm not sure if it could be the right solution.
Thank you