JeremyHeleine / Photo-Sphere-Viewer

A JavaScript library to display Photo Sphere panoramas.
851 stars 947 forks source link

When using arrow keys up and down, image resets to the bottom center spontaneously. #71

Open Penny2007 opened 6 years ago

Penny2007 commented 6 years ago

I am using Photo-Sphere-Viewer in a GUI that allows the user to view the image in all directions. I don't have problems with right and left panning, but when up and down are used the image responds appropriately and then suddenly reloads the image to point to the bottom and center of the panoramic image. Any suggestions? Many thanks!

JeremyHeleine commented 6 years ago

Hi,

Without more informations about the environment, it will be hard to find what's wrong. Internally, the function called by Photo Sphere Viewer when an arrow is pushed is the same for the four arrows, so I think that if there's an issue with only some arrows, there is anything else intercepting the event.