What is the User Agent string name for Microsoft Edge?

前端 未结 8 2425
無奈伤痛
無奈伤痛 2020-12-05 03:54

I\'m making a website and I want it to be compatible with the forthcoming Microsoft Edge when it comes out officially. To be more specific, the mobile version of it. Does an

8条回答
  •  离开以前
    2020-12-05 04:27

    you can always check the User-Agent-string by

    1. pressing F12 for the developer tools
    2. Tabulator: Console
    3. type: "navigator.userAgent" + hit return

    works in IE, Edge, Chrome..

    In IE and Edge you can simply overwrite it for the current windows on the Tabulator:Emulation, field "User agent string" and select "custom"...

提交回复
热议问题