Hi everyone!
When showing Monarch popups, I am having an issue where sometimes the popup is not shown. The music still plays normally in the background and all the other features still work, but the popup is not shown. Additionally, there is no error thrown from Monarch’s side. All the popup are implemented as collection proxies and not factories.
This issue happens only on Android and is not there on any other tested platforms (Linux, Windows, HTML5). I tried doing some debugging to explore what could be wrong, and it seems that the popup’s init function is called, but the update function is not.
So far I have not been able to figure out what may be wrong, so would appreciate any help regarding this.