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
FYI, it's not possible to differentiate iPad from desktop Safari purely from the user agent, they're reported the same. You need to use other mechanisms like some client-side JS checking whether the browser has navigator.maxTouchPoints (i.e. has touch-screen support, which macOS does not, for now).
hi.
In the ajent package, the iPad is recognized as a desktop environment and the two cannot be separated from each other.
The text was updated successfully, but these errors were encountered: