trancee
28 Oct 2012, 10:40 PM
We get quite some errors regarding the doFire function in /src/event/Controller.js on line 6369:
result = firingFn.apply(scope, args);
It looks like the firingFn is not always correct. This happened with doItemTouchStart and onItemAdd on different occasions.
It mostly happens on an Android 4.0.4 device.
result = firingFn.apply(scope, args);
It looks like the firingFn is not always correct. This happened with doItemTouchStart and onItemAdd on different occasions.
It mostly happens on an Android 4.0.4 device.