Hello!
I am developing a game for web and mobile devices with NGUI and I have a weird bug. It only happens in webplayers running in Mac computers. The problem is next: when the game start, depending on a query it should load a specific panel, but the first time the game is loaded it show nothing but grey (the camera background color) and if I reload the page it works fine. I have debugged the enable function of UIPanel and in both cases print the same messages, the panels are enabled but in the first load do not show any and in the second attempt the panel is correct (sprites, labels...).
The query debug indicates that is working well and music is playing as well... so I think there is something wrong with ngui but I can not figure out... some help? any similar issue?
thanks