You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am a developer of touchscreen apps that are html based and i really need pay attention to on and off events.
i tested this function in the new version of hammer, and as far as i can say it´s not working, index is always false.
In versions v1.0.6dev works really good.
This is what i normally do: node.obj.off(node.event, node.callback);
off: function offEvent(gestures, handler) {
var self = this;
Hi,
I am a developer of touchscreen apps that are html based and i really need pay attention to on and off events.
i tested this function in the new version of hammer, and as far as i can say it´s not working, index is always false.
In versions v1.0.6dev works really good.
This is what i normally do: node.obj.off(node.event, node.callback);
off: function offEvent(gestures, handler) {
var self = this;
The text was updated successfully, but these errors were encountered: