| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| function isMobileDeviceRequestingDesktopSite () { | ||
| return !isMobile() && !isMobileVR() && window.orientation !== undefined; | ||
| return !isMobile() && !isAppleVisionPro() && !isMobileVR() && window.orientation !== undefined; |
There was a problem hiding this comment.
The condition should be part of isMobileVR(). That should also help with #5530
Sorry, something went wrong.
There was a problem hiding this comment.
thanks. done
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.