Meshes go black in Huawei

I did an android cordova app that shows some meshes, in Samsung works fine but in Huawei devices the meshes go black like there is no lights. Does anybody know a fix for this?

Thanks.

I found the solution in the old forum:

Sebavan save the day with:
engine.getCaps().highPrecisionShaderSupported = false;

1 Like

Wonderful!