Hi <@U010Q6P7AQ5>, I'm using Doodle to port my and...
# doodle
s
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).
n
i’m curious why you need zOrder for your use case. can you share a bit more?
the issue you reported should be fixed in the upcoming release. please give the snapshot a try and let me know if things work as expected.
by the way. which game are you porting? is it available in the Play store? and how’s the port going so far?