Skip to content

Conversation

@dmarcos
Copy link
Member

@dmarcos dmarcos commented Jul 24, 2024

No description provided.


function isMobileDeviceRequestingDesktopSite () {
return !isMobile() && !isMobileVR() && window.orientation !== undefined;
return !isMobile() && !isAppleVisionPro() && !isMobileVR() && window.orientation !== undefined;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The condition should be part of isMobileVR(). That should also help with #5530

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. done

@dmarcos dmarcos merged commit c590f85 into aframevr:master Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants