我正在使用:
@media only screen and (pointer: coarse) {}
作为选择非桌面设备的媒体查询,在Android Chrome上,此方法工作正常,但在Surface Tab设备上的Edge中,此方法不起作用。 Edge浏览器支持pointer
。
http://structuremap.github.io/registration/constructor-selection
答案 0 :(得分:1)
是一个名为Detectizr(https://github.com/barisaydinoglu/Detectizr)的Modernizr扩展,它正在向您的HTML标签添加类。
当您检查元素时,您会看到类似以下的内容:
<html class="js js no-touch desktop landscape windows windowsnt windowsnt_0 64bit chrome chrome71 chrome71_0 webkit">
您可以想象,类会根据您的浏览器,操作系统等而改变