收藏
回答

华为最新系统,视频播放异常为什么?

<template>

  <video

    src="https://mmcs-cdn-uat.kwwblcj.com/mmcs/video/omyvk01lotgc/test.mp4"

  ></video>

  <video

    src="https://mmcs-cdn-uat.kwwblcj.com/mmcs/video/omyvk01lotgc/test.mp4"

    :controls="false"

    :show-progress="false"

    :show-fullscreen-btn="false"

    :loop="false"

    :enable-progress-gesture="false"

    :show-center-play-btn="false"

    :custom-cache="true"

    :muted="true"

    object-fit="fill"

    :autoplay="true"

  ></video>

</template> 视频1立马点击播放没反应,视频2无法自动播放。需要等待很长时间才能播放。华为手机系统版本 6.0.0.120 (SP6C00E120R4P11patch03)

有概率报这个日志:{"_stop": false, "_end": false, "defaultPrevented": false, "button": 0, "timeStamp": 1766568077956, "type": "error", "mpEvent": {"mark": {}, "__evName": "error", "type": "error", "detail": {"errMsg": ""}, "mut": false, "_userTap": false, "timeStamp": 32015, "target": {"offsetTop": -3, "id": "video-popDate", "offsetLeft": 0, "dataset": {"sid": "_Hz"}}, "currentTarget": {"offsetTop": -3, "id": "video-popDate", "offsetLeft": 0, "dataset": {"sid": "_Hz"}}}, "bubbles": true, "cancelable": true, "mark": "<Circular: @.mpEvent.mark>", "__evName": "error", "detail": "<Circular: @.mpEvent.detail>", "mut": false, "_userTap": false, "_vts": 1766568077956}。 华为手机视频播放,像是先下载完再播放,不会边下载边播放。

最后一次编辑于  2025-12-25
回答关注问题邀请回答
收藏

1 个回答

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