Error: glBufferData using Cordova

I get this error when an application tries to get data from the Internet:

E / chromium (5891): [ERROR: buffer_manager.cc (313)] [.Parent-Compositor-0xaeeced60] GL ERROR: GL_INVALID_OPERATION: glBufferData: <- error from the previous GL command

The application uses cordova and android. This problem only occurs with Android 5.1, and I don’t know why this is happening, because the application works with all other devices.

+5
source share

Source: https://habr.com/ru/post/1232127/


All Articles