1 decade ago by FBB
Well, I really don't know how to better explain this but, I have a test scene built with ImpactJS that fully works on Playbook, every iOS device I could get my hands on (in a scope of version from iOS 5.0 to 6.1) but in Android the browser debugger claims that the game class is not defined... example:
The error reported on Android is:
This is probably do to the fact that I lack experience in HTML5/Javascript, but any help would be much apreciated.
Best regards,
Fernando Barros
ig.main('#canvas', YamaHome, 60, targetWidth, targetHeight);
The error reported on Android is:
Uncaught ReferenceError: YamaHome is not defined
This is probably do to the fact that I lack experience in HTML5/Javascript, but any help would be much apreciated.
Best regards,
Fernando Barros