Bug with scatter3d rotation on iOS devices

I noticed a problem with scatter3d plots on certain iOS devices (2 different iPhones 13 and an iPad 8).

When I go to the plotly documentation 3d scatter plots in Python and rotate the last plot, the original position of the plot remains visible after rotation. See the image:

This also happens for the plot in the section “Style 3d scatter plot”, but not for any of the other plots on the page. This may indicate that it has something to do with marker properties.

In my particular app (in Angular js) I want to be able to restyle a scatter3d plot and change the camera’s eye. This works fine for marker size (array), and also for color (array of RGB colors). However, for an array of RGBA colors the previous position of the plot remains visible on top of the updated plot. Any workaround suggestions?