Can anyone come across such a problem and can help me. How to disable selection of the game? when pressing on the screen - the game select like on screenshot, the problem arises only when the game is publish on the site, in construct preview this is good works and this problem only on iPhones
As I understand you want to disable the context menu, which pops up on iOS when you touch and hold the screen in a browser game.
I think you need to do it in index.html or css after the export. Check our this post:
stackoverflow.com/questions/11237936/mobile-web-disable-long-touch-taphold-text-selection
Develop games in your browser. Powerful, performant & highly capable.
Construct should disable selection of the main game canvas. If it's still selectable, please file an issue following all the guidelines.