Currently, if you use a link feature to embed a web page in your app, and when the user clicks that link and goes to the webpage within the page, there is NO option to close the webpage and return back to the app.
The only temporary option is to use the back button of the DEVICE. But this creates lots of issues, and kills the usefulness of the feature.
Say, I link a page on my website that is for purchasing a product. As you know, in this process, the user selects the product, adds it to card, review, pay, and then go to the confirmation page.
Now, the user needs to go back to the app. And then, if he uses a back button, there is 100% chance that the user will get error, because he will be basically trying to go back to the payment form.
The above is just an example. And there are 100s of other scenarios where the back button is not supported on the website, and I am sure you know this.
In 3.X version of Siberian, there used to be a “DONE” button in the inapp browser, and that worked all good. That is lacking in the 4.X version, causing this issues.