I have buttons on my layers on which I have put mouse click and is touching on the computer if I click the buttons they are working well but on the phone the click (touch) of of the buttons are not working.
How can I solve this ? I am using construct 3 desktop.
use touch - on tap object
Thanks but it is still not working.
The best solution would be not to use Button object - make buttons with Sprite or TiledBackground instead. If you still want to use Button object, it has its own "On clicked" event, which will work correctly on mobile.
Develop games in your browser. Powerful, performant & highly capable.
It has worked thanks, I didn't know about the button event.