Hi @Nick, I'm using Doodle to port my android word game to web. First off, I wanted to say that it's seriously impressive work and thank you for building it and making it available. Love the update also, a lot of great features added! I was using my own popup implementation but the native support for popups/modals is much cleaner.
With modals, I'm running into an issue where if there are Views having zOrder > 0, they are drawn over the modal background. I don't see any way to change the modal background zOrder to be drawn on top. Do you know how to get around this?
Slightly related, how does the framework determine the drawing order if Views have the same zOrder? If several views have the same zOrder, can I guarantee that specific ones are drawn first? (I can explain the use case in more detail if necessary).