Hi,
I am faced with what could seem like a simple problem, but one I can’t manage to find a solution to.
When starting my mobile app, I need users to agree with our terms and conditions. Therefore I provide them with a link to the document, which is hosted on my website.
Using the “Open Web Page” block and the conditions’ URL, this opens up in a webview. However I can’t see any way for my users to close the webview and return to the app.
Alternatively, I have tried to set “Open in another window” to true, hoping that it would open up in the browser, but the behavior seems identical.
Therefore I have to questions:
- How can I close the webview and return to the app ? Ideally, is there a way to add a “Close” or “x” button somewhere on top of the webview or above it ?
- How can I open a URL in the mobile device’s browser instead of the webview ?
The answer to any of the two would solve my issue, but I would gladly learn to do both !
Thanks for your help.
Note : I am using the native mobile app shell provided by Backendless.