monkey v66: html5 opengl2.0 context error

Monkey Forums/Monkey Bug Reports/monkey v66: html5 opengl2.0 context error

AdamRedwoods(Posted 2012) [#1]
The #config isn't getting through in mojo. in gxtkApp()
	if( CFG_OPENGL_GLES20_ENABLED=="1" ){

does not work. when set to "true" it works.

(same thing was happening in android.)


AdamRedwoods(Posted 2012) [#2]
I noticed you are also using DataView, which is spanking-new, I don't know if Safari even has it yet.

was ArrayBufferView deprecated? It seems more compatible. Does it not work in IE10?
I see. Byte alignment issues without DataView.
Is there any way to expand compatibility?