收藏
回答

play-strategy这个参数在微信小程序video组件中还能使用吗?

    <video

      id="videoPlayer"

      src="{{videoUrl}}"

      poster="{{sectionInfo.courseCover}}"

      controls

      show-fullscreen-btn="{{true}}"

      show-play-btn="{{true}}"

      show-center-play-btn="{{true}}"

      enable-progress-gesture="{{true}}"

      custom-cache="{{false}}"

      class="section-video"

      bindloadedmetadata="onVideoLoadedMetadata"

      bindtimeupdate="onVideoTimeUpdate"

      bindplay="onVideoPlay"

      bindpause="onVideoPause"

      bindended="onVideoEnded"

      binderror="onVideoError"

      bindwaiting="onVideoWaiting"

      bindfullscreenchange="onVideoFullscreenChange"

    >

回答关注问题邀请回答
收藏

1 个回答

  • 智能回答 智能回答 本次回答由AI生成
    04-27
    有用
    回复
登录 后发表内容