Hi All

I am having a problem I can't resolve.  I have tried several approaches but 
nothing seems to help.

I cant share my site, but I took a screenshot of the rubberband bouncing 
effect when you swipe down the screen on iphone ios

Click here to watch:

https://s3.amazonaws.com/trivia-cdn.artscience.ca/Slack%20for%20iOS%20Upload.mp4

We are using new Polymer app framework.

I tried the following code, but it disables swiping up / scrolling in 
document content area completely


    document.addEventListener(

        for (var i = 0; i < el.length; i++) {
                el[i].addEventListener(
                    'touchmove',
                    function(e) {
                        e.preventDefault();
                    },
                    false
                );
            }


I tried a CSS solution too (cant find ) but that didnt help probably 
because its a polymer app.

Any help would be most grateful

Thanks,
david

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/290de560-e74d-4060-a2cc-0796b5b91a07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to