Issue with 3D Text Label Positioning on Cube in Different Browsers
I’m working on a 3D project where I need to place a text label in front of a cube. The label is positioned correctly in desktop browsers, but it doesn’t display properly in mobile browsers. Specifically, the text label, which should appear in front of the cube, is either not visible or incorrectly positioned on mobile devices.
Here’s a brief description of the setup:
Label: A text element that should be displayed in front of the cube.
Desktop: Works as expected; the label appears correctly in front of the cube.
Mobile: The label does not display correctly or is not visible at all.
I’m looking for insights or solutions to ensure consistent behavior across both desktop and mobile browsers. Any suggestions or similar experiences would be greatly appreciated!