StageXL_Samples
StageXL_Samples copied to clipboard
dart and stagexl as native app
Can we use phonegap to package up compiled java script code to ios and android app. Has anyone tested this?
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.