https://developers.weixin.qq.com/s/Y5ywE0mD7EFT live-player组件的全屏方法在安卓的真机上不调用,麻烦看一下
LivePlayerContext.requestFullScreen()该API在安卓上调用没反应https://developers.weixin.qq.com/miniprogram/dev/api/media/live/LivePlayerContext.requestFullScreen.html ############WXML <live-player class="video" id="player_0" :src="rtmpurl" mode="live" autoplay > </live-player> <button bindtap='fullScreen'>full</button> ##############JS fullScreen() { let ctx = wx.createLivePlayerContext('player_0') ctx.requestFullScreen({ direction: 90, success() { console.log('full success') }, fail() { console.log('full fail') } }) } 真机调试下,调用了全屏API完全没有反应,成功和失败回调都没有走
2023-01-04[图片][图片]你说的是这个,你没有可能是你的账号类型不对吧
为什么小程序控制台左侧功能板块下没有直播的相关链接?无法开通直播功能?AppID(小程序ID):wx46317318042feddd
2022-12-27pages目录里的文件都是用户自定义的,你误操作删了自己再建一个就行
pages/index/index.json文件被删了怎么办?手机上无法扫描怎么办?这种情况怎么办,求大佬带带
2022-12-27解决办法在AndroidManifest.xml中加入联网权限: <uses-permission android:name="android.permission.INTERNET"></uses-permission>
小程序首次启动会报出net::ERR_CACHE_MISS异常,具体如下,请问怎么解决?[渲染层网络层错误] Failed to load font http://at.alicdn.com/t/font_3222412_e6d5lfflygd.woff2?t=1647340152400 net::ERR_CACHE_MISS (env: Windows,mp,1.06.2206020; lib: 2.23.2) [图片]
2022-12-27