I am working on developing a mobile app using Three.js on Cordova.
While the app runs smoothly on a PC browser, it encounters an issue when trying to create the WebGL context on a Samsung Note 3 device.
The specific error message is:
THREE.WebGLRenderer 77
THREE.WebGLRenderer: Error creating WebGL context. three.min.js:633
THREE.WebGLRenderer three.min.js:633
Uncaught TypeError: Cannot call method 'getExtension' of null
I have attempted to use CrossWalk but unfortunately, it did not resolve the problem.