danfengfirst
danfengfirst
How can solve the problem of the load image of the pdfview?
I also met this issue but i change the code in the class of CameraConfigurationManager like this: `if (cwNeededRotation == 90||cwNeededRotation==270) { //portrait resolution = new Point(width, height); } else...
@dlazaro66 I also met this issue but i change the code in the class of CameraConfigurationManager like this: if (cwNeededRotation == 90||cwNeededRotation==270) { //portrait resolution = new Point(width, height); }...
已经解决了,通过设置了一个空布局@ITzhangyan