- video小程序更新后,结束end事件在开发工具上触发,但是真机测试不触发?
最开始结束end事件都是好的,现在突然在真机上结束end事件不触发了,微信开发工具上调试是触发的?
2021-01-05 - rich-text在ios1.4系统中富文本解析图片无法渲染,怎么解决?
rich-text在ios1.4系统中富文本解析图片无法渲染,怎么解决?
2020-12-30 - 在安卓和iPhone6可以正常渲染,但是在iPhone6s plus 就无法渲染,image一样?
export default { data() { return {} }, computed:{ text(){ return this.dataIntroduce.replace(/<img([\s]+)/ig, '<img class="img" style="max-width:100%!important;display:block" ') } }, props:['dataIntroduce'], onReady: function (res) {}, created(){}, methods: { } } text为:<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/> <style> .xgx-editor *{ cursor: text; font-size: 16px!important; font-family:'PingFangSC','STHeiti','Microsoft YaHei','Helvetica','Arial',sans-serif; } .xgx-editor ol,.xgx-editor p,.xgx-editor ul{ margin: 1em 0; line-height: 1.5; } .xgx-editor hr{ margin: 3em 0 0 0; border: 1px solid #e9e9e9; border-width: 1px 0 0; } .xgx-editor blockquote{ padding: 12px 8px; color: #999; background-color: #f3f4f5; margin: 10px 0; border:none!important; } .xgx-editor blockquote span{ color:#999; } .xgx-editor blockquote p{ margin:0!important; line-height: 1.4em!important; } .xgx-editor h1{ display:inline-block; font-size: 1em; line-height: 1.25em; padding-left: 12px; font-weight: 700; border-left: 4px solid #f85959; margin: 1em 0; } .xgx-editor img{ max-width:100%; } .xgx-editor h1 strong{ line-height:1.25em; } .xgx-editor h1 span{ font-size: 1em; line-height: 1em; } .xgx-editor pre{ background: #f0f0f0!important; color:#222!important; border-radius: 3px; } .xgx-editor p{ word-wrap:break-word; } .xgx-editor ol li:not(.ql-direction-rtl),.xgx-editor ul li:not(.ql-direction-rtl){ padding-left:1.5em; } .xgx-editor ol > li{ list-style:none; } .xgx-editor ol,.xgx-editor ul{ padding:0px!important; } .xgx-editor ol > li::before{ content:counter(list-0, decimal) '. '; display: inline-block; white-space: nowrap; } .xgx-editor li:not(.ql-direction-rtl)::before{ margin-left: -1.6em; margin-right: 0.3em; text-align: right; } .xgx-editor ul > li::before{ content:'·'; } .xgx-editor blockquote, .xgx-editor h1, .xgx-editor h2, .xgx-editor h3, .xgx-editor h4, .xgx-editor h5, .xgx-editor h6, .xgx-editor ol, .xgx-editor p, .xgx-editor pre, .xgx-editor ul{ counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .xgx-editor ol li{ counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; counter-increment: list-0 } </style><div class="xgx-editor"><p><span style="color: rgb(34, 34, 34);"><img class="img" style="max-width:100%!important;display:block" width="100%!important" src="https://xgxw-pic.oss-cn-beijing.aliyuncs.com/xgxw/c3ec461e-3aa4-42c4-bac1-cda489872c8a.jpg"></span></p></div> <image :src="objs.surfacePlot" @touchmove='touchmoveEven($event,1)' @touchstart="touchstartEven($event,1)" @touchend='touchendEven($event,1)'/>
2020-12-29 - backgroundAudioManager.onEnded 在ios上不执行?
backgroundAudioManager.protocol 的协议写成 hls 的话 播放时没有问题的,但是onEnded 自然播放结束方法在iOS上打死不执行;请问这个问题如何解决!
2020-06-04 - BackgroundAudioManager.onStop为何在替换src会被触发?
BackgroundAudioManager.onStop()按理说是在触发了stop()事件的才被触发的,为何在替换src地址的时候也会监听触发呢????
2020-06-01 - backgroundAudioManager.onEnded ios不能被监测?
所有的ios测试机发现音频播放完毕都不能被.onEnded监听到,什么鬼!
2020-05-26 - 微信版本6.7.3 iPhone6 型号MG492ZP/A 9.3.3 版本视频组件播放2秒就无声?
微信版本6.7.3 iPhone6 型号MG492ZP/A 9.3.3 版本视频组件播放2秒就无声? 代码就是最常见的直接复制路径[图片]
2020-05-24 - 我把公司小小程序项目考回去做,这是什么意思,我用的uniapp框架?
[图片],求指教
2020-05-23 - backgroundAudioManager 在iPhone6中不能播放?
[图片]console.log发现没有进onePaly,onpase,最后直接stop了,求解!
2020-05-22 - onShareAppMessage小程序中分享封面图尺寸可以自定义吗?
[图片]现在分享出的图都显示不完成;
2020-05-22