Patrick Ng

Results 4 comments of Patrick Ng

Thanks for the quick reply I just updated to beta.7 from beta.6 and the same behavior can still seen/reproduced on desktop and mobile.

After some further testing, I think I found the problem. It seems that margin-bottom on each of the elements causes the issue that I'm experiencing. I've zipped up a demo...

jrmlstf's solution worked for me with a tweak: ``` WOW.prototype.isPositionFixed = function(element) { var position; position = getComputedStyle(element).position; while (element.parentNode && element.parentNode.localName !== 'body' && position !== 'fixed') { position...

Unfortunately, I did not. Our feature currently does not fully support drag and drop on mobile on production. We're in the middle of transitioning away from this addon by building...