0

I am using this new feature of draggable hotspot in Pannellum :

var dragHandler = function (e) {
        console.log(e)
 }

"hotSpots": [
                {

                    "pitch": 5,
                    "yaw": 11,
                    "type": "info",
                     draggable:true,
                     "dragHandleFunc": dragHandler
                },

Dragging works fine but I cannot get dragHandler to be called. I am using the latest plugin files available on github.

Toniq
  • 4,492
  • 12
  • 50
  • 109
  • Where did you find that feature?, I could not find documentation about that feature – JpBaena13 Nov 22 '21 at 17:10
  • I am not sure what is the current release but this was part of their code last time I checked, just undocumented yet. – Toniq Nov 23 '21 at 17:37

0 Answers0