chenjun

全屏后会向下移,待解决

... ... @@ -167,7 +167,7 @@ export struct WDPlayerRenderView {
this.xComponentController.setXComponentSurfaceRect({
surfaceWidth: info.size.width,
surfaceHeight: info.size.width / this.videoRatio,
offsetY: this.isPad ? this.topSafeHeight : (info.size.height - height) / 2
// offsetY: this.isPad ? this.topSafeHeight : (info.size.height - height) / 2
});
return
}
... ...