使用navigator.userAgent与navigator.platform进行移动检测

时间:2020-10-06 20:24:34

标签: browser-detection platform-detection

我需要检测我的Web应用程序是在台式机还是移动设备上运行。谷歌搜索这个问题,我发现了两个解决方案:

  1. 使用navigator.userAgent并进行regEx匹配(例如http://detectmobilebrowsers.com/
  2. 使用navigator.platform并为匹配的平台(例如What is the list of possible values for navigator.platform as of today?)进行regEx匹配

以上两种方法中哪一种更可靠?

P.S。我不能使用“功能检测”,因为我要查找的功能不是浏览器功能。因此,我真的需要检测我是否在移动设备上。

0 个答案:

没有答案