With SPA on mobile, its easy to accidently swipe down, hit the top and force a refresh of the whole AP application. This is a pretty bad usability bug.
So i found some code to prevent it. Works on Android.
Can someone verify it works on IOS ?
The jsbin is here:
Ideally i see two thing to do next:
1. Make it a polymer behaviour
2. There are some Elements where you want to reload on scroll-to-refesh swipe, but only if the user is swiping on that specific element. It can then do its own ajax call for update.
I am wondering if the Polymer devs have thought about this as a behaviour, and are planning to work on this anyway and officially support it.