beeva-miguelcollado
Results
2
comments of
beeva-miguelcollado
+1! The problem seems to be the component capturing the drag event, not allowing the full page to catch it and do the scrolling
This issue can be resolved by using Polymer's **setScrollDirection**. Here's a snippet from my use case: ``` fixScroll: function() { var nodes = Polymer.dom(this.root).querySelectorAll('left-swipe-action'); var i = 0; for(i; i...