FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Detect Vision Pro and disable magic window mode (fix #5559) by dmarcos · Pull Request #5560 · aframevr/aframe · GitHub

Detect Vision Pro and disable magic window mode (fix #5559) - #5560

Merged
dmarcos merged 1 commit into
aframevr:masterfrom
dmarcos:fix5559
Jul 29, 2024
Merged

Detect Vision Pro and disable magic window mode (fix #5559)#5560
dmarcos merged 1 commit into
aframevr:masterfrom
dmarcos:fix5559

Conversation

dmarcos commented Jul 24, 2024

Copy link
Copy Markdown
Member

No description provided.

Comment thread src/utils/device.js Outdated

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

thanks. done

dmarcos merged commit c590f85 into aframevr:master Jul 29, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL