This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: Android WebGL support

Part Number: AM5728

Hi , 

We are using AM5728 EVM with latest TI Android SDK. 

We were trying to run a html page that has some WebGL code behind it. The code runs fine on chrome browser in a desktop.

We are getting WebGL support missing errors and all gl calls returning null and WebGL support NOT AVAILABLE on TI EVM & Extended Monitor. Root cause, we are not able to set values to textures within WebGL because WebGL is NULL, gl reference is not available in WebUI running on extended monitor.

--------------------

I/chromium: [INFO:CONSOLE(361)]“Checking If WebGlSupports”

I/chromium: [INFO:CONSOLE(374)] "Your browser or device may not support WebGL.", source: file:///android_asset/WebUI/assets/js/init.js(374)

I/chromium: [INFO:CONSOLE(374)]Uncaught TypeError: Cannot set property 'textures' of null“.. Unable to find WebGL Textures.

-------------------

Any help in this direction is appreciated.