Hello, I have been faced with the following issue :
I have created a handler on the swiping event like this :
.swiping(handler);
when calling off('swiping', handler), it doesn't unhandle it. But, when I create the handler with on('swiping, handler), it works well. I haven't taken time to understand why from the source code, so I am reporting it as a bug.
Hello, I have been faced with the following issue :
I have created a handler on the swiping event like this :
.swiping(handler);
when calling off('swiping', handler), it doesn't unhandle it. But, when I create the handler with on('swiping, handler), it works well. I haven't taken time to understand why from the source code, so I am reporting it as a bug.
Thanks,