You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var panoName = ({ data }) => {
console.log(data.panorama);
};
viewer.addEventListener('panorama-loaded', panoName);
it should log the name of the panorama that it is loaded. Works with the first one that is loaded.
But with the gallery plugin when i'm loading other panoramas.... nothing happens.
Describe your problem
Hi Damien
I have this:
it should log the name of the panorama that it is loaded. Works with the first one that is loaded.
But with the gallery plugin when i'm loading other panoramas.... nothing happens.
Am I missing something?
Thanks.
Online demo URL
https://www.tadini.it/temp/pano5.html
Photo Sphere Viewer version
5.1.2
Plugins loaded
gallery
Additional context
No response
The text was updated successfully, but these errors were encountered: