Gcanvas-For-Apache-weex icon indicating copy to clipboard operation
Gcanvas-For-Apache-weex copied to clipboard

getContext()就不工作了,还怎么进行下去?

Open PengMQ opened this issue 8 years ago • 1 comments

在gcanvas.js的getContext()方法体里面的174行: else if(currentEl&&currentEl.getContext) { _context = currentEl.getContext(contextID) if(_context&&!_context.render) _context.render = function(){} } 但是eles if里面的currentEl.getContext 就是undefined,这是什么原因啊? 而且就是github是你们自己的example也是跑步起来的啊,跟我遇到的错一模一样啊。

PengMQ avatar Aug 03 '17 02:08 PengMQ

是的 这个要顶

snome avatar Aug 03 '17 10:08 snome