Asha
Asha
@forever1985 是master上的demo代码?您的系统是?
我测试了android 7.1.1和android4.3,锁屏 然后解锁,都没有发现你说的问题...
[app-debug.apk.zip](https://github.com/ashqal/MD360Player4Android/files/558047/app-debug.apk.zip) 麻烦测试下这个apk包,谢谢
> 咋解决呢? https://github.com/ashqal/MD360Player4Android/tree/dev-m251 这个分支上还有这个问题吗?
是绿边还是全绿?
支持的分辨率与手机性能有关,所以也跟机型有关
Please check the res in `MD360Player4Android/vrlib/src/main/res/raw/`
@davibe I have tested on gradle 4.1 & gradle plugin 3.0.1, and it is working just fine. Compare with the `res/raw/...` file between gradle 4.0+ and gradle 2.3.3 in the...
``` protected MDVRLibrary createVRLibrary() { return MDVRLibrary.with(this) ... .pinchConfig(new MDPinchConfig().setMin(1.0f).setMax(2.0f).setDefaultValue(1.1f)) .pinchEnabled(true) ... .build(findViewById(R.id.gl_view)); } ```
麻烦提供下版本号,谢谢