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
There is method prepareCollections() on Manager.prototype, but when it is called it doesnt work. You can test it via safari remote debug in console.
a = [];
a.test = function(){console.log('test')};
a.test(); // returns undefined for first time
a.test(); // returns 'test' every other attempt
I think that is the reason why it get stuck. You can test it on your DEMO (dynamic) as well, just open it on iphone and quickly repeat different touches, best with two fingers. Same for chrome or safari. It seems to me like a bug in safari, but you should fix it anyway, because there is lot of users with iphones.
The text was updated successfully, but these errors were encountered:
There is method prepareCollections() on Manager.prototype, but when it is called it doesnt work. You can test it via safari remote debug in console.
I think that is the reason why it get stuck. You can test it on your DEMO (dynamic) as well, just open it on iphone and quickly repeat different touches, best with two fingers. Same for chrome or safari. It seems to me like a bug in safari, but you should fix it anyway, because there is lot of users with iphones.
The text was updated successfully, but these errors were encountered: