Open ibrahimch opened 6 years ago
Hello, i have the same issue on android… The viewer always start at the left of the panorama image. And default_position or default_long are not working… Please, do you've an idea? thx.
its work for me thanks ibrahimch give description
default_position is not working, I've tried var PSV = new PhotoSphereViewer({ container: 'ts-viewer', panorama: 'Dubai.jpg', navbar: 'gyroscope zoom fullscreen', mousewheel: false, default_position: {long: '90deg', lat: '90deg'}, // {long: 90, lat: 90} gyroscope: true, onready: function() { PSV.toggleDeviceOrientation(); PSV.startGyroscopeControl(); } //touchmove_two_fingers: true, }); PSV.on({ ready: function() { PSV.startGyroscopeControl(); }}); But it starts from the same position as default