zoukankan      html  css  js  c++  java
  • [Tools] Create your own mobile emulator device by using Chrome dev tool

    Using the New Device Emulation Interface

    The Device Emulation interface changed a bit with the newer version of Chrome Dev Tools. Here are the instructions for emulating the required device characteristics in the new UI:

    1. Select Edit from the Responsive drop-down menu.
    2. Select Add custom device.
    3. Give the device a unique name in the Device name field.
    4. Fill in the fields for Width, Height, Device pixel ratio and User agent string.
    5. Select Add.

    Here is the user-agent:

    Mozilla/5.0 (Linux; Android 5.0; Nexus 6 Build/XXX00x) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.59 Mobile Safari/537.36

  • 相关阅读:
    PyQT_Group
    单例模式演示-1-39-07
    RSqlBuilder
    RExcel
    RJson
    NodeJs开发目录
    NodeJs事件驱动
    NodeJs实用工具util
    NodeJs之global,process
    NodeJs两个简单调试技巧
  • 原文地址:https://www.cnblogs.com/Answer1215/p/8449615.html
Copyright © 2011-2022 走看看