I'm thinking of going back to 1.1 and releasing it as a minor (mandatory) update, not just because of that, but also because there isn't any real infrastructure in TwineJS to allow two versions of th…
I've made a thing for automating this process, though it's still not so much for the faint of heart. It should work on Windows or Mac and generates Windows, Mac, and Linux apps.
node-webkit can make a nicely packaged Windows, OS X, or Linux app, but I think for iOS or Android you'd want to look at Phonegap as already mentioned.
After turning off the background images I'm still getting that slow step-in opacity jittering. (the opacity filter that gets applied to the whole screen when the ui options open).
I managed to smooth it out by inserting this monster of code: <br />#ui-bar, #ui-body {<br />-moz-transition: none;<br />-webkit-transition: none;<br />-o-transition: color 0 …