serbanghita / Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
http://mobiledetect.net
MIT License
10.52k stars 2.67k forks source link

fixes chrome on ios requesting desktop site (see #857) #883

Closed smhg closed 2 years ago

smhg commented 2 years ago

This is only a partial fix for https://github.com/serbanghita/Mobile-Detect/issues/857 (Chrome only). Please let me know what you think.

serbanghita commented 2 years ago

@smhg have you ran tests by any chance? I'll get to it in the evening 🙇‍♂️

smhg commented 2 years ago

@serbanghita yes, definitely, and all pass.

serbanghita commented 2 years ago

@serbanghita yes, definitely, and all pass.

Thank you for confirming! 👍