Frameless icon indicating copy to clipboard operation
Frameless copied to clipboard

Option to show status bar?

Open juanchez opened this issue 11 years ago • 3 comments

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.

juanchez avatar Nov 25 '14 18:11 juanchez

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!

stakes avatar Nov 25 '14 22:11 stakes

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.

juanchez avatar Nov 25 '14 22:11 juanchez

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!

johanneseckert avatar Nov 26 '14 01:11 johanneseckert