iOS Web Browsing – How to Open Website in Separate Browser Instance

iossandboxweb-browserweb-browsing

In IOS, adding a website to the home screen in Safari essentially produces a Safari bookmark on the home screen. When clicking on such an icon, the website is displayed in Safari.

Is there some way to start a separate browser instance when clicking on such a "home screen bookmark", i.e., one which does not share state with the regular Safari instance. This would make it possible to delete state (cookies, website data etc.) of one instance without affecting the other. In addition, both instances would be isolated from each other.

Is this possible by some means?

Best Answer

No, it's not possible. Currently, Home Screen bookmarks open the same instance of Safari.