移动浏览器Meta和Javascript
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了移动浏览器Meta和Javascript相关的知识,希望对你有一定的参考价值。
<meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"/> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta names="apple-mobile-web-app-status-bar-style" content="black" /> <link rel="apple-touch-startup-image" href="images/startup.png" /> <link rel="apple-touch-icon" href="images/touch-icon.png" /> <meta name="robots" content="noarchive,noindex,nofollow"> <script> jQuery(function() { /mobile/i.test(navigator.userAgent) && document.documentElement.scrollTop === 0 && !pageYOffset && !location.hash && setTimeout(function () { window.scrollTo(0, 1); }, 1000); }); </script>
以上是关于移动浏览器Meta和Javascript的主要内容,如果未能解决你的问题,请参考以下文章