mpetroff / pannellum

Pannellum is a lightweight, free, and open source panorama viewer for the web.
https://pannellum.org/
MIT License
4.28k stars 724 forks source link

turn on compass mode by default #431

Closed littlee closed 7 years ago

littlee commented 7 years ago
pannellum.viewer('panorama', {
      type: 'equirectangular',
      panorama: '/images/p2.jpg',
      autoLoad: true,
      showZoomCtrl: false,
      showFullscreenCtrl: false,
      compass: false,
      minPitch: 0,
      maxPitch: 0
});

I tried both compass: true and compass: false, but I have to click the compass icon to turn compass mode on my iPhone, can it turn on automatically?

littlee commented 7 years ago

My Bad, I've found the config