Setting up and navigating homescreen for iphone with views made in ASP.NET MVC

0

I created the safari shortcut for a site, but when I navigate within that site my shortcut closes and opens the safari normally. I would like navigation within the shortcut (homesreen) to be only on the homescreen. Can anyone help? I use asp.net mvc 5

I use the meta tags below in my layout view.

    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-barstyle" content="translucent">
    <link rel="apple-touch-icon" href="~/Imagens/logo-152.png" />
    <meta name="mobile-web-app-capable" content="yes">
    <link rel="shortcut icon" sizes="196x196" href="~/Imagens/logo-196.png">
    
asked by anonymous 31.08.2018 / 05:16

0 answers