HTML5 APP开发常用事项
HTML5 APP开发常用事项 1.常用标签 meta name="format-detection" content="telephone=no" meta name="format-detection" content="email=no" meta name="format-detection" content="adress=no" 也可以连写:meta name="format-detection" content="telephone=no,email=no,adress=no" 顾名思义,它是用来检测html里的一些格式; <meta http-equiv="x-rim-auto-match" content="none"> 这个与上面几个类似,不过针对的平台是BlackBerry's browser。 <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="apple-touch-fullscreen" content="yes" /> apple-mobile-web-app-capable,这meta的作用就是删除默认的苹果工具栏和菜单栏.