I am tearing my hair, because it is not working no matter what. I have:
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="initial-scale=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" sizes="192x192" href="/test/icon.png">
<link rel="manifest" href="manifest.json">
all defined properly. Then I use 'Add to Home' button, testing it on all iPhones using crossbrowser live test website. And I never get that fullscreen experience. The launch icon is always being created on home screen, with proper icon, but it launches just ordinary website all the time, on every iOS version;
Any advice, on what I might be missing? Website test url is: http://gostopworld.com/test/index.html
I tried with/without manifest file, all the same, no difference.