Hi Mattew :)
Can I prevent zoom with double-click?
I've tried stopPropagation or preventDefault with mousedown event listener, but it didn't meet my expectations.
There are any solutions?
You need to set the doubleClickZoom parameter to false. This parameter was undocumented until recently (see #842), which is why it's not in the pannellum.org documentation (which is only updated with new releases).
Thanks :)
Most helpful comment
You need to set the
doubleClickZoomparameter tofalse. This parameter was undocumented until recently (see #842), which is why it's not in the pannellum.org documentation (which is only updated with new releases).