Hi,
I’m new to plotly and right now I have a python script creating a scatter plot on a website that has interactive pan, zoom and rotate features. I want to be able to manipulate this plot the same way on an iPad using touch settings, but right now the only way to change the view when viewing the plot on the webpage via iPad is by furiously double tapping. I saw that there were several other concerns raised about this, and I also saw some example code on GitHub that should fix the issue. However, I’m unclear as to how to implement this code in order to improve the functionality of my plot on a mobile device. Thanks in advance for any help.
Best,
Noah