A typical mobile-optimized site contains something like the following: <meta name="viewport" content="width=device-width, user-scalable=no"> The width property controls the size of the viewport. It can be set to a specific number…
豆知识: HTML<meta> tag Metadata 是关于数据的信息. The <meta> tag provides metadata关于网页.Metadat不会显示在webpage上,他只用于机器解析. Meta元素用于指定网页描述,关键字,作者信息等. metadata能够被用于浏览器(如何显示内容或加载网页),搜索引擎(keywords),或者其他网页服务. web designers take control over the viewport (the user'…
iOS 7.1的Safari为meta标签新增minimal-ui属性,在网页加载时隐藏地址栏与导航栏 01. Creating a fullscreen experience On Android Browser – the default browser on Android up to 4.3, and different to Chrome – the only solution is to have a document with a height at least equal to…