使用webview嵌套h5页面无法显示导航栏,出现顶部黑色空白,是什么原因该如何解决
<view class="navbar" :style="{ height: navHeight + 'px', paddingTop: statusBarHeight + 'px' }">
<view class="navbar-content">
<text class="navbar-title">商城</text>
</view>
</view>
<web-view class="webview" :src="webviewUrl" />
