Hi,
When I export my project as HTML/Appmobi/CocoonJS I got the following error;
Uncaught TypeError: Cannot read property 'type' of null
The line is;
inst = created_instances;
if (!inst.type.is_contained) <--- LINE
continue;
I use the release r119.
The preview mode displays the project, the export displays only a black screen.
Is there anybody that have the same issue and can tell me what the solution is?