I’ve been observing this in the last few months but I’m not sure when it started and whether is related to my mistake or to a new version of plotly/dash.
When doing a single click over a plot in mobile a mouseup
event is triggered. This forces the plot axis to be reset, which is quite annoying, especially because when the plot is first loaded I’m disabling any zoom/drag action to avoid inadvertent clicks.
If I disable the mobile mode than the mouseup
event is only triggered when I double click, which, as expected, should trigger an axis reset.
Is this expected?