Something wrong with actions

Hello! I got a console message: “Uncaught TypeError: Object # has no method ‘createFramebuffer’”
Does anybody know something about this error?
This error only shows on mobile browser. On desktop browsers runs great.

(The actions starts at : onEnterTransitionDidFinish)

Uncaught TypeError: Object #<CanvasRenderingContext2D> has no method 'createFramebuffer' CCGrabber.js:40 cc.Grabber.cc.Class.extend.ctor CCGrabber.js:40 Class CCClass.js:177 cc.GridBase.cc.Class.extend.initWithSize CCGrid.js:189 cc.Grid3D.create CCGrid.js:470 cc.Grid3DAction.cc.GridAction.extend.getGrid CCActionGrid.js:120 cc.GridAction.cc.ActionInterval.extend.startWithTarget CCActionGrid.js:49 cc.Sequence.cc.ActionInterval.extend.update CCActionInterval.js:267 cc.Sequence.cc.ActionInterval.extend.update CCActionInterval.js:269 cc.ActionInterval.cc.FiniteTimeAction.extend.step CCActionInterval.js:108 cc.ActionManager.cc.Class.extend.update CCActionManager.js:342 cc.Scheduler.cc.Class.extend.update CCScheduler.js:558 cc.Director.cc.Class.extend._drawSceneForCanvas CCDirector.js:337 cc.DisplayLinkDirector.cc.Director.extend.mainLoop CCDirector.js:1216 callback

I found the bug: cannot use TransitionPageTurn.
Is it possible? Other Transation is works.