totpero / DeviceDetector.NET

The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.
Apache License 2.0
343 stars 73 forks source link

Not detecting Safari browser on iPad #67

Closed venkatkonda closed 1 year ago

venkatkonda commented 1 year ago

@totpero Detecting as desktop instead of tablet. User agent : Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15 Device details : iPadOS Version : 16.2 Model name: iPad Air 3rd generation. This is happening in safari, working properly in chrome browser.

venkatkonda commented 1 year ago

Issue is with my iPad Safari settings, in my iPad "Request Desktop Website" option enabled. It is working fine once I disabled this option. Thank you.