Problem in using processing js with firefox OS simulator, Its not running
in
Integration and Hardware
•
1 month ago
Hai, I've created a simple sketch to draw a red background and exported it with javascript mode. After that I've created a manifest.webapp file having content:
{
"name": "Test",
"description": "Processing js Test",
"launch_path": "index.html",
"developer": {
"name": "jubin",
"url": "http://teampixfx.com"
},
"orientation": "portrait-primary"
}
I've started simulator and installed the app with 1 warning of icon not described. And the app started.., but nothing is displayed.. I've saw these errors in the console:
I need help to resolve this problem...
1