Languages

Menu
Sites
Language
Custombutton template not clickable on device

I created a new EDC file with the CustomButton template and set that button as theme for a button.

The button is clickable in the emulator, but when I launch it on a device it does not fire the click handler.

It does however show the click animation on both the emulator and device.

 

I suspect maybe a finger press is not the same as a mouse click on the emulator, but I looked at the

edc file for a standard button and it seems to have the exact same programs. I'm not sure where to

look for the error.

Responses

1 Replies
Mango Bar

If you use "mouse,clicked,*" signal  in edc file then it should work for both emulator and device. It works fine in my case.

Share your button click event code of edc file and also  native code that you receive the event.