@Jarkony The lime embed function changed
In your app entry point (usually index.html) use:
lime.embed ("::APP_FILE::", "canvas-wrapper", ::WIN_WIDTH::, ::WIN_HEIGHT::, { parameters: {} });
this worked for me.
@Jarkony The lime embed function changed
In your app entry point (usually index.html) use:
lime.embed ("::APP_FILE::", "canvas-wrapper", ::WIN_WIDTH::, ::WIN_HEIGHT::, { parameters: {} });
this worked for me.