觸摸屏網站開發系列(一)-ios web App應用程序(ios meta)


一、<meta name="format-detection"/> 的用處html

  在編寫 HTML 時,有一個 meta 元素:<meta name="format-detection"/>這個頁面有何用途呢?ios

  當該 HTML 頁面在手機上瀏覽時,該標籤用於指定是否將網頁內容中的手機號碼顯示爲撥號的超連接。web

  在 iPhone 上默認值是:網站

  <meta name="format-detection" content="telephone=yes"/>.net

  若是你不但願手機自動將網頁中的電話號碼顯示爲撥號的超連接,那麼能夠這樣寫:scala

  <meta name="format-detection" content="telephone=no"/>orm


二、<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0"/>htm

  width - viewport的寬度 height - viewport的高度blog

  initial-scale - 初始的縮放比例開發

  minimum-scale - 容許用戶縮放到的最小比例

  maximum-scale - 容許用戶縮放到的最大比例

  user-scalable - 用戶是否能夠手動縮放






觸摸屏網站開發系列(一)-ios web App應用程序(ios meta)

http://www.cnblogs.com/yuzhongwusan/archive/2011/11/29/2267568.html

http://blog.csdn.net/macwhirr123/article/details/11971303

相關文章
相關標籤/搜索