Fault fix: Replace the usage of navigator.userAgent

Job ID: 35751607

Budget: £20 – £250 GBP

This bug code issue is preventinng loading of our website over mobile conections.
The issue has been identified by the server engineers. I need a coder to review the script(s) and make recommended changes. Small website.

A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.


To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Related categories: JavaScript Web Hosting