yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
483 stars 160 forks source link

Firefox on android #105

Open fndaru opened 7 years ago

fndaru commented 7 years ago

The video appears to be too sensitive to motion on Firefox on android. When moving around to pan the video, it spins around uncontrollably. When paused, the video shakes as if the phone were making very small side to side motions. The problem can be seen here: https://yanwsh.github.io/videojs-panorama

bhartendukumar12 commented 7 years ago

https://s3.ap-south-1.amazonaws.com/viyatrademo/Viyatra.html go to these link and check the source code

line no. 28 and 29 is the plugins you need to use

fndaru commented 7 years ago

The link you posted suffers the same problem. I'm not sure you understood what i meant. The lines you mentioned are just script and css tags for this plugin.

yanwsh commented 7 years ago

Hey, did you try to set mobileVibrationValue? I guess this could help you adjust the moving speed.

like { mobileVibrationValue: 0.5 }