- IOS使用web-view组件二次显示无法渲染页面?
IOS使用web-view组件二次显示无法渲染页面,第一次是可以打开页面,H5跳转当前页面刷新以后,就无法显示了。真机调试是已经渲染了web-view组件的,网页也在dom上,但是手机上白屏无显示,只有在特定版本的IOS系统上出现该问题。 <view class="bofff" v-if="!isOpenShare"> <web-view :src="link" @message="handleGetMessage"></web-view> </view> <view class="share" v-else> <view class="com-box"> <view class="join-tips1"> <image src="~@/assets/img/activityCommunity/share.png" class="Join" /> </view> <view class="join-tips2">分享后才能参与抽奖</view> <button open-type="share" class="share_btn" @tap="isShare"> 立即分享 </button> </view> [图片]
2022-08-04 - web-view组件重新启用显示不了?
小程序web-view浏览网页,然后跳转小程序本页面,回来重新启用web-view部分苹果机器显示不了? <!-- 跳转web页面 --> <view class="bofff" v-if="!isOpenShare"> <web-view :src="link" @message="handleGetMessage"></web-view> </view> <view class="share" v-else> <view class="com-box"> <view class="join-tips1"> <image src="~@/assets/img/activityCommunity/share.png" class="Join" /> </view> <view class="join-tips2">分享后才能参与抽奖</view> <button open-type="share" class="share_btn" @tap="isShare"> 立即分享 </button> </view> </view> [图片]
2022-08-03 - 小米手机webviwe内嵌H5上传按钮无反应
<van-uploader v-model="fileList3" class="vanimg2" multiple :max-count="1" :afterRead="(file)=>afterRead(file,3)" @delete="deletePic(3)" /> <input type="file" accept="image/*;capture=camera"> type="file"按钮的文件管理打不开,点击无响应,安卓小米11,会有此BUG,安卓12,miui版本13.0.5稳定版
2022-04-25 - 为什么一直密码登录错误,我账号密码没有问题,也重新修改了密码,还是登录失败?
显示密码错误
2019-08-06