StageXL_Samples icon indicating copy to clipboard operation
StageXL_Samples copied to clipboard

dart and stagexl as native app

Open khuram99 opened this issue 11 years ago • 1 comments

Can we use phonegap to package up compiled java script code to ios and android app. Has anyone tested this?

khuram99 avatar Oct 20 '14 06:10 khuram99

Yes of course you can do this.

There is an open issue for CocoonJS in the StageXL repository too: https://github.com/bp74/StageXL/issues/48

CocoonJS is a little bit special because it has this super fast Canvas+ mode which works perfectly on Android but not so much on iOS7. Maybe it works with iOS8 now but i didn't had the chance to test it.

Phonegap or the other "normal" modes in CocconJS should work without any issues because those are just wrappers over the WebView of those devices. Best thing would be to write a simple app and test it yourself.

bp74 avatar Oct 20 '14 07:10 bp74