问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 微信小程序 Bug live-pusher/live-player 工具 6.7.3 2.3.2
给live-pusher设置device-position属性为back好像对ios手机无效
id="pushPlayer"
orientation="{{horizontal}}"
mode="{{mode}}"
device-position="{{front}}"
muted="{{muted}}"
background-mute="{{true}}"
beauty="{{beauty}}"
class="live-pusher"
autopush="{{autopush}}"
@statechange="statechange"
@netstatus="netstatusChange"
url="{{pushUrl}}"
>
// 获取实例
that.pushPlayerCtx = wx.createLivePusherContext('pushPlayer');
//切换摄像头
that.pushPlayerCtx.switchCamera();
hidden="{{isLivePlay}}"
id="livePlayer"
style="width: 100%;height: 100%;background: #000;"
src="{{livePlayUrl}}"
orientation="{{horizontal}}"
object-fit="{{fillCrop}}"
mode="RTC"
autoplay="{{liveAutoplay}}"
bindstatechange="liveStateChange"
binderror="liveError"
controls
bindnetstatus="liveNetStatus"
>
微信小程序开发问题解答
微信小程序开发者回答:
麻烦提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
微信小程序开发者回答:
微信版本6.7.3,基础库版本2.3.2,机型iphone6s 系统ios12 锤子OD103 系统:Android7.1.1 这个问题好像是普遍存在的 一试就知道了 因为使用了wepy框架不方便提供代码片段 在其他网站论坛也有人反馈这个问题 http://52miniapp.com/thread-28907-1-1.html 望官方早点重现解决
微信小程序开发者回答:
这个不需要框架哦,只需要简单的能复现问题的代码片段即可,定位问题需要代码片段哈(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
微信小程序开发者回答:
wechatide://minicode/AcXdFMmP7O3y 我是拿wepy编译后的代码复制进代码片段文件夹里 应该运行不起来 抱歉第一次用代码片段这个功能 不知道我这样操作对不对
微信小程序开发者回答:
这个代码片段没有内容哦
本文网址:http://www.91bianli.com/weixinxiaochengxu/34102.html