收藏
回答

requestFullScreen不能全屏

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug wx.createVideoContext 客户端 Android 6.6.6 2.0.9

<live-player id="myLive" src="{{url}}" mode="RTC" autoplay bindstatechange="statechange" binderror="error" style="width:100%;">

<cover-view class="controls">

<cover-image class="img" src="/images/fullscreen.png" bindtap="fullscreen" />

</cover-view>

</live-player>


onReady: function () {

this.videoCtx = wx.createVideoContext('myLive')

},

fullscreen: function () {

console.log(this.videoCtx)

console.log(this.videoCtx.__proto__)

this.videoCtx.__proto__.requestFullScreen({

direction: 90,

})

console.log("进入全屏")

},



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

3 个回答

  • Rock
    Rock
    2019-01-07

    兄弟你的问题解决了吗 我在自定义组件里封装live-player时 调用requestFullScreen()也无法全屏


    2019-01-07
    有用
    回复
  • °Lzy
    °Lzy
    2018-07-23

    兄弟,你组件用错了吧,live-player的组件调用video的方法

    2018-07-23
    有用
    回复
  • 忆
    2018-06-22


    补一张图

    开发工具里面存在requestFullScreen()

    真机测试不存在


    求帮忙解答一下,万分感谢!

    2018-06-22
    有用
    回复
登录 后发表内容