uniapp: webview全屏遮挡住状态栏vue2和vue3解决方案
在uniapp中使用web-view <template> <view> <web-view :webview-styles="webviewStyles" src="https://uniapp.dcloud.io/static/web-view.html"></web-view> </view> </template> <script> export default { data() { return { webviewStyles: { progress: { color: '#FF3333' }