I received the following Error in FireFox 29.
IE 11 on Windows 7 would not display.
Chrome Version 34.0.1847.116 m - also would not display.
Its a very simple app so far just a couple buttons. But it is using Retina size images.
Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with ALLOW_MEMORY_GROWTH which adjusts the size at runtime but prevents some optimizations, or (3) set Module.TOTAL_MEMORY before the program runs.
Larry Meadows DoubleSlashDesign / TinyTapApps
After More Review of the generated code I finally see what you are doing.
but one thing that sticks in my mind. all paths should not be hard coded.
var PACKAGE_NAME = ‘C:\Users\Admin\Documents\mytestapp\Html5/build.webapp/CoronaResources’;
Module’addRunDependency’;
That will not work on any browser…
So yes it appears that the Simulator is not either copying files ( like images ) to the proper sub folders and the Simulator should generate relative paths, not physical paths…
I even uploaded to my webserver and could not get it to work as well.