看到最新的说支持nvue我就试了下,官方的模板中是支持的,但是我自己的还是不行,没效果,是因为live-pusher?
<template>
<view class="livefater">
<nv :config="nvConfig"></nv>
<live-pusher id='livePusher' ref="livePusher" url="" mode="HD" :muted="true" :enable-camera="true"
:auto-focus="true" :beauty="1" whiteness="2" aspect="16:9" orientation="horizontal"
@statechange="statechange" @netstatus="netstatus" @error="error" :style="{height: wide,width:wide}">
</live-pusher>
</view>
</template>
c***@foxmail.com (作者)
不好意思,这个问题已经解决了。请问一下高度怎么调呢?横屏的时候太高了,之前的版本没有这个问题
2021-03-13 10:42
c***@foxmail.com (作者)
navigatorHeight改成statusHeight就好了
2021-03-13 11:05
panyh
回复 c***@foxmail.com: navigatorHeight是导航栏+状态栏高度,如果是配置了model,高度为导航栏高度
2021-03-15 10:49
c***@foxmail.com (作者)
回复 panyh: 现在用示例代码运行的效果就是横屏的时候导航栏很高
2021-03-15 19:33
c***@foxmail.com (作者)
回复 panyh: 还有nvue页面横屏的时候字都被放大了,这好像是个bug
2021-03-15 19:44
panyh
回复 c***@foxmail.com: 你设备方向的初始应该就是横向的,这里涉及到官方rpx的宽屏适配问题:https://uniapp.dcloud.net.cn/adapt?id=_3-%e5%86%85%e5%ae%b9%e7%bc%a9%e6%94%be%e6%8b%89%e4%bc%b8%e7%9a%84%e5%a4%84%e7%90%86,最新版1.2.1处理了竖屏转横屏的切换
2021-03-16 14:38