mistic100 / Photo-Sphere-Viewer

A JavaScript library to display 360° sphere panoramas.
https://photo-sphere-viewer.js.org
MIT License
1.8k stars 645 forks source link

[Virtual Tour Plugin] Marker click on mobile doesn't change picture (5.8.0-alpha.1) #1329

Closed PanierAvide closed 1 week ago

PanierAvide commented 2 weeks ago

Describe the bug

Following #1163 we did a bit more testing, and on mobile, markers are not working as expected:

This seem to be mobile/touch-specific, as I don't run into this issue on desktop (Linux + Firefox 127 / Chromium 126)

Photo Sphere Viewer version

5.8.0-alpha.1

Plugins loaded

VirtualTourPlugin

OS & browser

Android + Chrome 118 / Firefox 125

Additional context

No response

mistic100 commented 1 week ago

I forgot that the main viewer "swallows" all touch events and thus the native emulated click event is missing. Switched to PSV click event instead.