-
-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
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
Fullscreen only working on some iOS devices #1314
Comments
Just noting also seems similar to #209 (comment) Agree, Apple is so frustrating on these issues... :-( |
iPadOS v 17.4.1 (Chrome + Safari) works Update: iOS (iPhone) 16.2 (Chrome + Safari), once I get past #1315, does NOT work - same |
This error doesn't seem to match the code I'm actually seeing in latest main branch: Photo-Sphere-Viewer/packages/core/src/utils/browser.ts Lines 141 to 152 in 554361f
looking further... Waaaah hooray! @mistic100 already fixed this just days ago: ea0260a Will test in https://github.com/mistic100/Photo-Sphere-Viewer/releases/tag/5.7.4 In any case, many thanks and wow you fixed a bug 5 days before it was reported... amazing! |
Describe the bug
I ran a workshop where lots of people tried an instance of PSV and for some proportion of iOS devices, the stereo icon did not do anything. I connected an iPhone to a Mac to try to get a log and the following error appeared (safari):
TypeError: undefined is not an object (evaluating '(elt.requestFullscreen || elt.webkitRequestFullscreen).call')
The full trace was:
Although a similar issue was addressed in #850, I think this is a distinct one relating to this line:
8330ff7#diff-7a0921ae695d2eb16ca10b86dfb9262fe758b902ebfaac806dee8f6df8de9ae3R139
It affected Chrome on iOS too, but that's just Safari in a Chrome skin, so probably the same issue.
I'm going to do some more checking on 3 iOS devices to see if I can see a version difference between working/not working and will update here. Thank you.
Online demo URL
https://jywarren.github.io/seeing-lost-enclaves/portals/viewer.html?url=spheres/providence.jpg
Photo Sphere Viewer version
5.7.4
Plugins loaded
Gyro, stereo
OS & browser
iOS Safari/Chrome
Additional context
No response
The text was updated successfully, but these errors were encountered: