- You can't scroll to the top by tapping the status bar.
- The scrolling momentum is different. There's less friction, as if you were scrolling through a list view (e.g. Mail).
Anyone know how/why? I thought it might be some -webkit-overflow-scrolling trickery[2] with a full-size container div or something, but I don't see anything too weird like that.
[1] https://amp.gstatic.com/v/mobile.nytimes.com/2015/10/08/us/r...
[2] https://css-tricks.com/snippets/css/momentum-scrolling-on-io...
EDIT: Turns out there is some -webkit-overflow-scrolling trickery going on[3]. But again, why?
[3] https://github.com/ampproject/amphtml/blob/77d9f31263866e56a...