@mallun wrote:
in Cocos2dxVideoView.java
public void fixSize() {
if (mFullScreenEnabled) {
fixSize(0, 0, mFullScreenWidth, mFullScreenHeight);
} else {
fixSize(mViewLeft, mViewTop, mViewWidth, mVideoHeight);
}
}
mVideoHeight should be mViewHeight
This typo still exists on 3.11
Hope it can be fix in next release
Posts: 2
Participants: 2