Aron Filbert

Results 16 comments of Aron Filbert

The paging buttons on Stories page are using `amp-bind` with an `amp-list` to request different stories depending on the page. I'm not sure if there's an `amphtml` method for scrolling...

I took a look at this just now and I was able to turn the `button` into an `a` anchor with `href` containing just an empty location hash: `href="#"`. That...

Thanks for the suggestion, @camelburrito. Was out most of the weekend prepping to move to new house, but I'll be able to take a look and try this evening. I'll...

Ok, I was able to test `scrollTo` with mixed results. It seems to be dependent upon a couple things: 1. The height of the page (I'm setting `amp-state` in the...

@camelburrito that's correct. I was able to get it to scroll nicely using `.scrollTo()`. The challenge is that when it scrolls, particularly on mobile, sometimes the `amp-animation` events don't trigger....

Done. Here ya go, @camelburrito: https://github.com/ampproject/amphtml/issues/12260

I wasn't able to reproduce this in mobile Safari or Chrome. Do you have device/browser details that you could provide, @spacedino?

Hey there. Grain & Mortar reached out with final assets zip file. It's a larger file at 600+MBs. Here's a link: https://grainandmortar-public-bucket.s3.amazonaws.com/Eric/Google_AMP_Land_See_Finals.zip That link probably isn't permanent, so should I...

This was not part of the mocks, but is a consequence of `amp-list` requiring a defined height. It is a part of the `amp-list` component. The alternative was to make...

AMP Runtime ultimately [decides](https://www.ampproject.org/docs/reference/components/amp-list#behavior) whether to show an overflow element. Our design placing the `amp-list` near the top of the page increases the likelihood of needing to specify an overflow....