zoukankan      html  css  js  c++  java
  • 移动pc常用Meta标签

    移动常用

    <meta charset="UTF-8">
            <title>{$configInfos['store_title']}</title>
            <meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,shrink-to-fit=no,user-scalable=no,minimal-ui" name="viewport">
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black">
            <meta content="telephone=no" name="format-detection">
            <!-- UC默认竖屏` UC强制全屏 -->
            <meta name="full-screen" content="yes">
            <meta name="browsermode" content="application">
            <!-- QQ强制竖屏` QQ强制全屏 -->
            <meta http-equiv="pragma" content="no-cache">
            <meta http-equiv="cache-control" content="no-cache">
            <meta http-equiv="expires" content="0">
  • 相关阅读:
    ListView
    ScrollView-电影列表
    ScrollView
    Image组件
    TextInput
    Touchable类组件
    Text
    View
    FlexBox
    StyleSheet
  • 原文地址:https://www.cnblogs.com/haonanZhang/p/9281185.html
Copyright © 2011-2022 走看看