-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
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
iPad OS13 #113
Comments
Merged
@Adam-Kernig we can differentiate to check device is touch screen or not, if yes it is iPad or if not it is Mac because there's no official touch screen for Mac. @AhsanAyaz please review the PR #114. |
Did you update the package? |
@ranouf, @SaadQamar01 , @Adam-Kernig I'm going to test @SaadQamar01 's PR today and will merge. |
Closed by #114 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Guys, new ipod os13 is in release with useragent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Safari/605.1.15
this isn't picked up on the demo page when the user agent is set to it
also the problem with this is its also the same as desktops - so finding a way to detect this will be difficult
The text was updated successfully, but these errors were encountered: