cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 401 forks source link

Android Phone Issues #153

Closed menasheh closed 9 years ago

menasheh commented 9 years ago

I can't get some parts of the Quintus engine to run in the android browser Jasmine gets 9 graphics errors with the following reason:

The canvas has been tainted by cross origin data

Chrome gets an additional timeout failure issue:

Timed out after 600 milliseconds waiting for callback should be called

cykod commented 9 years ago

Are you loading resources cross-domain? I don't believe this is a Quintus related problem - if you believe it is, please reopen, provide a stack trace and a link to bug in action.

menasheh commented 9 years ago

I was using a file:/// url - would that count as cross-origin?

And what does that have to do with the Callback failure in chrome?

cykod commented 9 years ago

I have no idea what the "callback failure in Chrome" would be - if you can provide a stack trace on any of this, it would help trying to diagnose the issue.