Option to show status bar?
I like that there's no chrome, but it might be nice to have an option to show the status bar. From settings would work, but it'd be really nice if I could define that on a case-by-case basis per prototype via JavaScript, like showStatusBar = true if that's even possible :-)
The status bar could be included in the design, but I like the dynamic nature of using the native one.
That's a really interesting idea - being able to enable it in JS.
Enabling/disabling it in settings shouldn't be too hard to implement though. I can try to get that into an update sometime soon. Thanks for the suggestion!
Awesome. Enabling via JS would really just give each prototype the ability to dictate how it should appear. Having it in settings is a great start!
Thanks for sharing this.
yeah, a nice little bridge using JS messages to ask the native app to show-hide statusbar (either fade or move) and changins/setting color would be pretty sweet for prototypes that feel native!