-
-
Save ruzzbot/3213164 to your computer and use it in GitHub Desktop.
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>{{app_title}}</title> | |
<!-- Mobile viewport optimization h5bp.com/ad --> | |
<meta name="HandheldFriendly" content="True"> | |
<meta name="MobileOptimized" content="320"> | |
<meta name="viewport" content="width=device-width"> | |
<!-- App Shortcut Icon --> | |
<!-- For third generation iPad Retina Display --> | |
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/img/touch/apple-touch-icon-144x144-precomposed.png" /> | |
<!-- For iPhone 4 with high-resolution Retina display: --> | |
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/img/touch/apple-touch-icon-114x114-precomposed.png" /> | |
<!-- For first-generation iPad: --> | |
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/img/touch/apple-touch-icon-72x72-precomposed.png" /> | |
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: --> | |
<link rel="apple-touch-icon-precomposed" href="/assets/img/touch/apple-touch-icon-57x57-precomposed.png" /> | |
<!-- For nokia devices: --> | |
<link rel="shortcut icon" href="/assets/img/touch/apple-touch-icon.png" /> | |
<!-- iOS web app, delete if not needed. https://github.com/h5bp/mobile-boilerplate/issues/94 --> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | |
<script> | |
// The script prevents links from opening in mobile safari. https://gist.github.com/1042026 | |
(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone") | |
</script> | |
<!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading --> | |
<meta http-equiv="cleartype" content="on"> | |
<!-- Application styles. --> | |
<link rel="stylesheet" href="/assets/css/index.css"> | |
</head> | |
<body> | |
<!-- Dynamic Background --> | |
<div id="background"></div> | |
<!-- Main container. --> | |
<div role="main" id="main"></div> | |
<!-- Application source. --> | |
<script data-main="/app/config" src="/assets/js/libs/require.js"></script> | |
</body> | |
</html> |
Hi, thank you very much, i looked everywhere on Google and I didn't find anything until I found you, thank you again.
look, I created an app in xcode with swift, but the only thing it does is show a website of my client, the idea is to have precedence in the searches of appstore, we have already done the same in google play and it goes great, but with the Apple's new rules My app is continually rejected on the grounds that it does not meet the minimum requirements for functionality.
I understand what Apple tells me, and I have given up and I have followed her advice to create a web app with html5 that can be installed on the iphone, but that's where I don't know how to proceed, how i can put in an html button to put the installation of my html5 app for iphone that browse my web. I would appreciate it if you have an idea.
Nice!