Skip to content

使用版本「8.1.14」,在移动端h5 初始化样式问题 #377

@chenzeqin

Description

@chenzeqin

bug 描述(Describe the bug)
为了处理该问题, 升级版本后, 出现样式问题
Image

this.player = new EZUIKitPlayer({ ...this.cameraData, id: 'videoDivId', theme: 'mobileLive', handleSuccess() { this.state = 'playing'; }, handleError(e) { if (e.retcode === 1003) { this.player && this.player.play(); } }, });

复现(To Reproduce)

再现步骤(Steps to reproduce the behavior):

uniapp h5 ,使用 「8.1.14 版本」初始化样式异常:
Image

切换全屏后, 切换回来,看起来正常:
Image

横向滚动,样式问题
Image

使用使用 「8.1.7版本」 初始化样式正常:
Image

前端框架和版本 (Front end framework and version):

  • Build Tools uniapp(vue2)
  • Version [8..1.14]
  • Node Version [14.21.3]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions