你好,楼主你这个解决了吗?我这边也遇到这样的问题
scroll-view设定垂直滚动后,滚动到底部后出现大量空白高度。[图片] <view style="height:100%;width:100%;"> <scroll-view scroll-y style="height:100%;background:#fff;"> <view class="itemper"> //列表重复内容 <view class="itemleft"> <view class="imagebox"> <image></image> </view> <text class="lefttext">augus</text> </view> <view class="itemright"> <text> 还差<text class="whatper ">1</text>人成团</text> <text class="wejoin ">我要参团</text> </view> </view> </scroll-view> </view> 预期滚动到底部之后,底部没有空白,如下图: [图片]
2019-12-19现在是用了web-view ,ios好的,安卓不好,不知道有没有解决的方法,还是官方的bug?如果是官方的bug,那只能用openDocument
web-view组件有为啥部分安卓机是打开pdf 直接白屏?急在线等web-view组件有部分安卓机是打开pdf 直接白屏,ios是好的,安卓其他手机也是好的 代码: [图片]
2019-12-02请问楼主解决这个问题了吗?我也遇到这个问题
web-view在安卓下打不开,但是iOS正常- 需求的场景描述(希望解决的问题) 代码如下,其中scr是https://e-test.maxtropy.com//localfilestore/we-app/pdf-template.html,单纯的展示一个web-view,网页里可以预览pdf。在开发者工具和iOS手机上都是正常的,在安卓手机里会跳转到网页然后突然退出小程序了,真机调试也会遇到这个问题,尝试了3款不同的安卓手机都有这个问题 <page> <view> <web-view src="https://e-test.maxtropy.com//localfilestore/we-app/pdf-template.html"></web-view> </view> </page> - 希望提供的能力 希望能够给出问题出现的原因
2019-12-02你好,请问解决了吗?我也遇到这个问题
安卓webview里pdf打不开- 当前 Bug 的表现(可附上截图) 安卓端部分机型webView打不开pdf文件,ios机型均正常显示 - 预期表现 正常显示pdf预览页面 - 复现路径 - 提供一个最简复现 Demo <div class="app"> <web-view :src="url"></web-view> </div>
2019-12-02楼主解决这个问题了吗?
微信小程序webview部分机型(华为p20)显示空白页面登录小程序,在iphone6s,微信版本6.7.3,iphone x 微信版本6.7.3,小米8,微信版本6.7.3显示正常,但是在 华为p10,微信版本6.7.3 luggage有时候显示空白页,有时候正常,请问一下是什么原因? [图片]
2019-12-02是体验版
为啥我上传体验版的时候,ios真机还是原来的版本?这是怎么解决?为啥我上传体验版的时候,ios真机还是原来的版本?这是怎么解决?
2019-11-04[图片]
tabBar的iconPath 文件不存在?基于wepy2.0开发小程序,tababr的icon不显示,提示文件不存在? 执行编译的weapp 里面没有图片 [图片] [图片]
2019-09-24openFile(filePath) { wx.showLoading({ title: "正在打开中", icon: "loading", duration: 2000 }); wx.downloadFile({ url: filePath, success: (res) => { console.log("11111", res); const filePath = res.tempFilePath; var index = filePath.lastIndexOf("."); let fileType = filePath.substring(index + 1, filePath.length); let openFileType; switch (fileType) { case "docx": openFileType = "docx"; break; case "word": openFileType = "docx"; break; case "excel": openFileType = "xlsx"; break; case "xlsx": openFileType = "xlsx"; break; case "xls": openFileType = "xls"; break; case "ppt": openFileType = "ppt"; break; case "pptx": openFileType = "pptx"; break; case "pdf": openFileType = "pdf"; break; default: openFileType = "doc"; break; } wx.openDocument({ filePath: filePath, fileType: openFileType, success: (res) => { console.log("打开文档成功"); }, fail: (res) => { console.log(res); } }); }, fail: (res) => { console.log(res); wx.showToast({ title: "文件下载失败" }); }, complete: () => { wx.hideLoading(); } }); },
openDocument打开文档一直无法打开?openDocument api 在真机中打开文档一直无法打开,但是提醒打开文档成功,这是为啥呢?路径都拿到了
2019-09-04wx.getFileSystemManager().这个api 是微信小程序调用本地的文件的吗
wx.getFileSystemManager().readFileSync- 当前 Bug 的表现(可附上截图) [图片] [图片] -上面那个报错 下面这个不报错.
2019-09-04