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.54k stars 2.68k forks source link

Tablet IOS detection #950

Open AzapMedia opened 9 months ago

AzapMedia commented 9 months ago

iPad AIR & iPad PRO Not detected as tablet Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15

emil-kirilov commented 9 months ago

Hey, AzapMedia.

According to my research, that's Apple's desired behavior...

Check out this comment

sdwjoomla commented 2 months ago

This is still an issue. Noticed that if using bootstrap classes iPad detected correctly. As a workaround created two modules that use the classes visible-desktop, hidden-desktop, etc. Would prefer to use DSC. Is a fix pending?

ivOMarkov commented 1 week ago

The problem exists, please solve it: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15 Thanks in advance