webViewInstance = plus.webview.create(src,
"custom-webview", {
top: uni.getSystemInfoSync().statusBarHeight + 44 ,
bottom: 0
})
console.log(webViewInstance);
const ws = plus.webview.currentWebview();
ws.append(webViewInstance)
const pages = getCurrentPages();
const page = pages[pages.length - 1];
page.$getAppWebview().append(webViewInstance);
pop.hideLoading()
- 发布:2024-10-08 14:43
- 更新:2024-10-08 14:43
- 阅读:126
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win11
HBuilderX类型: 正式
HBuilderX版本号: 4.24
手机系统: iOS
手机系统版本号: iOS 16
手机厂商: 苹果
手机机型: Iphone X
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
使用 plus.webview.create创建webview白屏,安卓正常
使用 plus.webview.create创建webview白屏,安卓正常
预期结果:
使用 plus.webview.create创建webview白屏,安卓正常
使用 plus.webview.create创建webview白屏,安卓正常
实际结果:
使用 plus.webview.create创建webview白屏,安卓正常
使用 plus.webview.create创建webview白屏,安卓正常
bug描述:
使用 plus.webview.create创建webview白屏,安卓正常
0 个回复