<template>
<view class="content">
<image src="/static/img.jpg" style="width: 720rpx;height: 5000rpx;"></image>
</view>
</template>
<script>
export default {
data() {
return {
}
},
}
</script>
<style>
</style>
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 19041.388
HBuilderX类型: 正式
HBuilderX版本号: 2.8.3
手机系统: Android
手机系统版本号: Android 9.0
手机厂商: 小米
手机机型: 红米6
页面类型: nvue
打包方式: 云端
项目创建方式: HBuilderX
<template>
<view class="content">
<image src="/static/img.jpg" style="width: 720rpx;height: 5000rpx;"></image>
</view>
</template>
<script>
export default {
data() {
return {
}
},
}
</script>
<style>
</style>
安卓APP内的nvue页面使用image标签加载大尺寸的长图
清晰的图片
模糊的图片
安卓app内nvue页面内的image标签, 加载长图非常模糊, 图片尺寸720*5000
shuanghello
也很愁,需要展示长图但是模糊哎
2020-08-29 10:56
bctop
回复 shuanghello: 研究了下 安卓方面的解决方案;过于复杂;从他们在社区的留言看 他们大多是用 webview 来渲染;
要么要美工切开
要么用 webview
要么用 富文本(我还没试)
2020-09-01 23:43
shuanghello
回复 bctop: 谢谢提供思路,我用富文本渲染方式成功了。
2020-09-02 15:47