We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I’ve noticed that with v5 I can no longer enter fullscreen on Safari on MacOS or iPadOS. This was working in versions v4 and lower before.
Error information is
TypeError: this.container.requestFullscreen is not a function. (In 'this.container.requestFullscreen()', 'this.container.requestFullscreen' is undefined) [f] enterFullscreen - Viewer.ts:729 [f] toggleFullscreen - Viewer.ts:747 [E] onClick - FullscreenButton.ts:35 [f] (anonyme Funktion) - AbstractButton.ts:124
No issues for Firefox or Chrome/Edge, though. Could it be that there’s still a prefix needed for WebKit browsers as indicated here:https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen?retiredLocale=de?
No response
5.1.0
Safari on MacOS 13.2 and iPadOS 16.3
The text was updated successfully, but these errors were encountered:
Safari is seriously the new Internet Explorer ! the only browser not supporting standard API.
I will re-add the fallbacks with "webkit" prefix but won't be able to test.
Sorry, something went wrong.
@mistic100 I agree ;-) I am happy to test the fallback.
Fix #850 fullscreen not working on Safari
71b5ac5
8330ff7
8004846
This feature/bug fix has been released in version 5.1.1.
No branches or pull requests
Describe the bug
I’ve noticed that with v5 I can no longer enter fullscreen on Safari on MacOS or iPadOS. This was working in versions v4 and lower before.
Error information is
No issues for Firefox or Chrome/Edge, though. Could it be that there’s still a prefix needed for WebKit browsers as indicated here:https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen?retiredLocale=de?
Online demo URL
No response
Photo Sphere Viewer version
5.1.0
Plugins loaded
No response
OS & browser
Safari on MacOS 13.2 and iPadOS 16.3
Additional context
No response
The text was updated successfully, but these errors were encountered: