react-device-detect
react-device-detect copied to clipboard
User agent parsing and upcoming Chrome & Firefox versions 100
Summary
Chrome and Firefox will both be releasing a 3 digit version of 100 shortly and I wanted to bring up the issue of UA parsing within react-device-detect. There is a discussion/issue thread with the ua-parser-js
dependency: https://github.com/faisalman/ua-parser-js/issues/567
It seems to be tested and passing, but wanted to check if anyone has tested the parsing approaches within this code base? Testing my own code using react-device-detect
with forcing the 100 version in the user agents described in this mozilla article posted on February 15th, seems to be working just fine.
Article
https://hacks.mozilla.org/2022/02/version-100-in-chrome-and-firefox/
Unfortunately react-device-detect conditions fails for me in Chrome and Firefox 100 and up.