Html text and pictures

Hello everyone, I found a problem that using the 2D screen as a UI does not affect clicks and touches, but when I use HTML as a UI, words and pictures affect touch and interaction. Who can help me to solve this problem? Thank

Can anyone help me answer? Thank you

Can you provide an example that you are having?

Are you saying that your HTML UI is blocking mouse and touch input ?

I add HTML to the picture again when I touch the screen or slide the mouse in the picture area. The 3D model does not rotate,

I add HTML to the picture again when I touch the screen or slide the mouse in the picture area. The 3D model will not rotate, but the live words added to the 2D screen area of the editor will not affect.

You can disable pointer events on divs: https://stackoverflow.com/questions/3680429/click-through-a-div-to-underlying-elements

That should help.