这写的啥
这写的啥
  • 发布:2024-06-03 15:23
  • 更新:2024-06-04 16:42
  • 阅读:88

点击按钮跳转页面,真机测试可以全屏显示,结果打包后就显示一半

分类:HBuilderX
    uni.navigateTo({  
                    url: `/pages/panorama/panorama`,  
                    success: res => {},  
                    fail: () => {},  
                    complete: () => {}  
                });
<template>  
    <view class="container">  
        <web-view src="https:" style="width: 100%; height: 100%;"></web-view>  

    </view>  
</template>  

<script>  
    export default {  
        data() {  
            return {  

            }  
        },  
        methods: {  

        }  
    }  
</script>  

<style>  
.container{  
    background-color: #fff;  
    width: 100%;  
    height: 100%;  
}  
</style>  
2024-06-03 15:23 负责人:无 分享
已邀请:
DCloud_App_Array

DCloud_App_Array

进入二级页面无法全屏显示吗?在所有手机都能复现还是只在特定设备上才能复现?
请提供可复现此问题的安装包,并补充描述设备的详细信息。

要回复问题请先登录注册