You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The iPad Pro has the ability to add to home screen, but the user agent does not have "ipad" in it. It looks something more like this:
navigator.platform = 'MacIntel';
navigator.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)';
The iPad Pro has the ability to add to home screen, but the user agent does not have "ipad" in it. It looks something more like this:
This StackOverflow has some promising indicators...
The text was updated successfully, but these errors were encountered: