- 发布:2023-05-17 15:46
- 更新:2023-05-17 15:46
- 阅读:257
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 22H2
HBuilderX类型: 正式
HBuilderX版本号: 3.7.11
手机系统: 全部
手机系统版本号: Android 12
手机厂商: 小米
手机机型: 小米10s
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
测试过的手机:
示例代码:
<template>
<view class="container">
<web-view v-if="link" :webview-styles="webviewStyles" :src="link"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
link: 'https://www.baidu.com/',
webviewStyles: {
progress: {
color: '#E60376'
}
}
}
}
}
</script>
<template>
<view class="container">
<web-view v-if="link" :webview-styles="webviewStyles" :src="link"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
link: 'https://www.baidu.com/',
webviewStyles: {
progress: {
color: '#E60376'
}
}
}
}
}
</script>
操作步骤:
<template>
<view class="container">
<web-view v-if="link" :webview-styles="webviewStyles" :src="link"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
link: 'https://www.baidu.com/',
webviewStyles: {
progress: {
color: '#E60376'
}
}
}
}
}
</script>
<template>
<view class="container">
<web-view v-if="link" :webview-styles="webviewStyles" :src="link"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
link: 'https://www.baidu.com/',
webviewStyles: {
progress: {
color: '#E60376'
}
}
}
}
}
</script>
预期结果:
正常跳转
正常跳转
实际结果:
跳转不正常,直接闪退回app
跳转不正常,直接闪退回app
bug描述:
app通过webview跳转h5闪退回app
0 个回复