iron-swipeable-container icon indicating copy to clipboard operation
iron-swipeable-container copied to clipboard

A container that allows any of its nested children to be swiped away.

Results 10 iron-swipeable-container issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to extend IronSwipeableContainer but it doesn't export anything https://github.com/PolymerElements/iron-swipeable-container/blob/__auto_generated_3.0_preview/iron-swipeable-container.js I tried using customElement.get but that doesn't work when built. Any other way to do this ? (beside...

Swipeable elements within the `iron-swipeable-container` prevent the page from vertically scrolling, even when they have the `disable-swipe` attribute. Maybe this is related to issue #5 as it seems to me...

p1 - backlog

Elements within the `iron-swipeable-container` begin to swipe upon even the most minor horizontal interaction e.g. vertical drag. This can be observed in any simple example or even the demo of...

p1 - backlog

### Description The iron-swipeable-container documentation is missing a demo on the www.webcomponents.org. I was also wondering if there are any properties or functions a user can make use of. The...

Is this by design or a limitation of the browser. Main polymer demo page. Nexus 6, latest chrome.

### Description **Feature Request**: the optional ability to swipe elements non-destructively. 1. **Who will use the feature?** _“Useful for finger-friendly lists of elements where it's more useful to return to...

Helpful in scenario's where swipeable containers are rendered in a vertically scrollable list to prevent the elements from "wiggling" while scrolling.

cla: yes

Hi! It would be nice to consider how fast the user has dragged the item to calculate if it should be swiped out. What do you think?

Add boolean propertie destroy, with default value true, set him to false for preserve the swiped elements. For restore an preserved swiped element, juste clear her style attribute.

cla: yes

### Description Swiping 2 iron-swipeable-container element in the same action throw only 1 iron-swipe event. In the ### Expected outcome Each container swiped should throw a iron-swipe event in order...