I'm finalising an app for work - with different levels of access based on a password system.
On Windows, my beta testers reported that they can navigate all cards (regardless of login) simply by using the arrow keys.
I've reproduced this in several versions of the software, on different Windows machines. On double checking a Mac build, I found the same happens there too, which makes me think this may be the navigationArrows property defaulting to true.
On reading the documentation, it states that "By default, the navigationArrows property is set to true."
I'm not sure I understand the logic of this - if my IDE, where I test, has this set to false, why should this default to true on anything I build? That's just a recipe for insanity

Furthermore, it's not clear if I need to set this to false once in preOpenStack, or have to set it to false in every preOpenCard as well.
This is a potentially nasty gotcha for any environment that relies on limited access to certain cards.
Is it worthy of a bug report?
Stam