SMU-SIS / ksketch2

K-Sketch Animation Sketching System
2 stars 0 forks source link

Load from file and save to file should be invisible on iOS and Android #65

Closed rc-davis closed 9 years ago

nczakaria commented 9 years ago

Adding checks for "IOS" and "AND" will also disable options when running the application on AIR (debugging mode). The workaround is to manually make the following change:

KSketch_HomeView.mxml - Line 18 To run/export application for mobile: initialize="init(true)" To run/export application for desktop: initialize="init(false)"