We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My user agent parses as mobile
Add!
useragent = Chrome: { 'Mozilla/5.0 (Linux; Android 6.0.99; Build/NPC91K) AppleWebKit/537.36(KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36': { chrome: true , android: true , osversion: '6.0.99' , tablet: true , version: '51.0' , webkit: true , a: true } }
The text was updated successfully, but these errors were encountered:
Oh, it's interesting. There is no any obvious tablet's sign in that UA. Let's see what we can do…
Sorry, something went wrong.
fix Android tablet detection
78ee04f
fix #136
Will be at the next minor release 1.2.0 in a few days
@lancedikson thanks!!!
No branches or pull requests
My user agent parses as mobile
Add!
The text was updated successfully, but these errors were encountered: