millie Hii i'd like to report another issue, it seems whenever the default dialogue UI appears it disables the mobile GUI completely. I think it might be an issue with z-index? Wonder if there would exist a quick fix
Samarium Hello, Put in index.html: <style> .controls { z-index: 101 !important; } </style> This is a solution while waiting for a fix 🙂