代码之家  ›  专栏  ›  技术社区  ›  Derek Wang Jtuck

在iphone safari上旋转amp转盘上的设备时,滑梯会断裂

  •  1
  • Derek Wang Jtuck  · 技术社区  · 5 年前

    我使用的是amp转盘0.2版的最新版本

    amp转盘没有问题,只有一个问题。在iphone safari浏览器上,旋转设备时,幻灯片会被打断(从第二张幻灯片开始)

    据我所知,当用户将幻灯片滑动到下一个位置(不使用amp转盘上的“下一步”按钮)并旋转设备时,就会发生这种情况。因此,我认为刷卡操作存在问题,但无法解决我这边的问题。

    这在iphone safari浏览器上的所有amp转盘工具上都会发生。

    <amp-carousel class="carousel1"
      layout="responsive"
      height="450"
      width="500"
      type="slides">
      <div class="slide">
        <amp-img src="/static/samples/img/Border_Collie.jpg"
          layout="responsive"
          width="500"
          height="300"
          alt="Border Collie"></amp-img>
        <amp-fit-text layout="responsive"
          width="500"
          height="150"> The Border Collie is a working and herding dog breed developed in the Anglo-Scottish border region for herding livestock, especially sheep. It was specifically bred for intelligence and obedience. Considered highly intelligent, and typically extremely energetic, acrobatic, smart and athletic, they frequently compete with great success in dog sports, in addition to their success in sheepdog trials. They are often cited as the most intelligent of all domestic dogs. Border Collies also remain employed throughout the world in their traditional work of herding livestock. </amp-fit-text>
      </div>
    
      <div class="slide">
        <amp-img src="/static/samples/img/Shetland_Sheepdog.jpg"
          layout="responsive"
          width="500"
          height="340"
          alt="Shetland Sheepdog"></amp-img>
        <amp-fit-text layout="responsive"
          width="500"
          height="110"> The Shetland Sheepdog, often known as the Sheltie, is a breed of herding dog. Less favored nicknames are the Toy Collie and the Miniature Collie. They are small dogs, and come in a variety of colors, such as sable, tri-color, and blue merle. They are very intelligent, vocal, excitable, energetic dogs who are always willing to please and work hard.
        </amp-fit-text>
      </div>
    
      <div class="slide">
        <amp-img src="/static/samples/img/Hovawart.jpg"
          layout="responsive"
          width="500"
          height="350"
          alt="Hovawart"></amp-img>
        <amp-fit-text layout="responsive"
          width="500"
          height="100">
          The Hovawart is a medium to large size German dog breed. The name of the breed means "an estate
          guard dog", which is the original use for the breed. The breed originated in the Black Forest
          region and was first described in text and paintings in medieval times.
        </amp-fit-text>
      </div>
    </amp-carousel>
    
    0 回复  |  直到 5 年前