UC Browser error with Cocos 2.0.4 on Android device

I am using Cocos Creator 2.0.4
I build a very simple scene with single sprite.

I ran the game with in Cocos Creator IDE and open the link on Android device with UC Browser developer edition.
https://plus.ucweb.com/download/

I am getting error
Uncaught TypeError: Cannot read property ‘getParameter’ of null
at
this._caps.maxTextureUnits = gl.getParameter(gl.MAX_TEXTURE_IMAGE_UNITS);

Can anyone provide advice on this?

It seems not support WebGL very well.:pensive: