amphtml: Images iterate unexpectedly rapidly with amp-carousel autoslide - IOS Safari 10.3 BETA

Short description of your issue:

Images iterate unexpectedly rapidly when I use amp-carousel autoslide

How do we reproduce the issue?

  1. Open a website that is using amp-carousel with autoslide https://www.google.co.jp/amp/s/www.hotpepper.jp/strJ000003128/amp/?client=safari

What browsers are affected?

Safari on iOS 10.3 beta 2

Which AMP version is affected?

Version 1487358851767

I’ve uploaded a video capture of the issue below. https://youtu.be/_kxfs8duGMw

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 38 (23 by maintainers)

Most upvoted comments

Per @muxin slidescroll-disable-css-snap was activated in production yesterday at 7 PM PST.

i figured out this issue -

its this

body{direction:rtl;unicode-bidi:embed;}

right now carousel does not work well with RTls

You could over come it by adding a dir=ltr on your carousel

Here is the JS Bin where it is working with the ltr fix. http://jsbin.com/gasawaz

Dupe of: https://github.com/ampproject/amphtml/issues/5950

@ericlindley-g lets prioritize this during the upcoming sprints.