好吧,又当小白鼠了
开发工具卡顿,经常丢失页面!- 当前 Bug 的表现(可附上截图) [图片] 开发工具使用起来非常卡顿,经常打个字半天都出不来。而且页面经常丢失,要么不显示,要么整个代码都被删掉.....太无语了。。。能不能让我们愉快的开发?
2019-03-15同问,求官方尽快修复!!
小米8 调试模式打不开-真机小米8调试模式打不开(可附上截图) - 希望可以尽快修复
2018-12-15确实如此 !!直接在live-player 上bindtap 不需要over-view 在iPhone上不响应 6plus
live-player 在iPhone下响应不了bindtap事件直播组件live-player添加bindtap事件在Android中可以响应,在iPhone响应不了,代码如下: <live-player id="livePlay" src="{{watchUrl == undefined ? '' : watchUrl}}" mode="RTC" autoplay="autoplay" bindstatechange="statechange" data-id="{{watchId}}" bindtap='touchBottom'> <cover-view class='player_bottom' animation="{{animationData}}" wx:if="{{showModalplayer}}"> <cover-view class='player-play' bindtap="play" wx:if='{{!playindexFlag}}'> <cover-image src='/static/images/icon/play.png' /> </cover-view> <cover-view class='player-pause' bindtap="pause" wx:if='{{playindexFlag}}'> <cover-image src='/static/images/icon/pause.png' /> </cover-view> <cover-view class='player-right' bindtap="showFullScreen"> <cover-image wx:if="{{livePlayFlag1}}" src='/static/images/icon/all_big.png' /> </cover-view> <cover-view class='player-right' bindtap="exitFullScreen"> <cover-image wx:if="{{livePlayFlag2}}" src='/static/images/icon/all.png'></cover-image> </cover-view> </cover-view> </live-player>
2018-08-23