50ButtonsEach / fliclib-ios

The fliclib framework for iOS
35 stars 5 forks source link

didReceiveButtonDoubleClick:queued:age not called #24

Closed hansemannn closed 7 years ago

hansemannn commented 7 years ago

Hey guys,

I'm the vendor of Ti.Flic, a native module for the Appcelerator Titanium framework. All works fine so far (connecting, getting clicks and button-down/ups), except that the double-clicks are not fired.

The used Flic button is "Siyou Flic" (green) and everything looks correct on the module's side.

AntonMeier commented 7 years ago

look in the documentation/button header file for triggerBehavior. You have to select the proper mode.

hansemannn commented 7 years ago

Makes sense, thank you!

hansemannn commented 7 years ago

One sec. I only can see the triggerBehavior in the flic button itself, is it writable? EDIT, yeah, looks like. cool!