I have created numerous resolutions of apple-touch-icon
for my website. This means when someone adds my website to their Apple device Home Screen it has that icon. However when you click the icon it opens in a standalone window, rather than in the Safari browser.
I have tried using <meta name="apple-mobile-web-app-capable" content="no">
but this doesn't seem to do anything.
Is there a way of preventing this from happening and make the webpage open in Safari only?