WebApp 的 meta 标签

apple-mobile-web-app-capable

设置Web应用是否以全屏模式运行。

语法:
<meta name=”apple-mobile-web-app-capable” content=”yes”>
说明:
如果content设置为yes,Web应用会以全屏模式运行,反之,则不会。content的默认值是no,表示正常显示。你可以通过只读属性window.navigator.standalone来确定网页是否以全屏模式显示。
兼容性:
iOS 2.1 +

apple-mobile-web-app-status-bar-style

设置Web App的状态栏(屏幕顶部栏)的样式 Continue reading

Android 开发环境下载地址 — 百度网盘 adt-bundle android-studio sdk adt 下载

原文:http://blog.csdn.net/shulianghan/article/details/38023959

最近 Google 被墙了, 上传一下自己收集的 Android 开发环境, 下面给出的官网链接也可以下载;

1. 百度网盘下载地址

Android集成环境 NDK JDK 总链接 : http://pan.baidu.com/s/1bnjaDKb;

 

Android Studio Linux版 : http://pan.baidu.com/s/1eQjA6MA ;

Adt Bundle windows 64位版 : http://pan.baidu.com/s/1bnvlVnL;

Adt Bundle Linux 32位版 : http://pan.baidu.com/s/1jG41dI2;

Adt Bundle Linux 64位版  : http://pan.baidu.com/s/1dDxjHXv;

 

NDK Linux 32位 : http://pan.baidu.com/s/1eQtJVe6;

NDK Linux 64位 : http://pan.baidu.com/s/1bnvRRJL;

NDK Windows 32位 : http://pan.baidu.com/s/1eQzj9iq;

Continue reading