Help Needed! - plugins.dialog popups are blank on Titantium

Moving to Titanium, we're having issues with the dialogs plugin.
Nothing in the console and the program doesn't appear to be hanging. The dialogs are just completely blank and appear as a white box on top of other content.
When I press the "Back" button on my browser, they finally appear correctly but the form changes to the previous form. This behaviour is present on multiple different browsers and when deployed via Tomcat or launched via Servoy.
i.e.
All packages are up to date as is Servoy.
We'd appreciate any help!
Nothing in the console and the program doesn't appear to be hanging. The dialogs are just completely blank and appear as a white box on top of other content.
When I press the "Back" button on my browser, they finally appear correctly but the form changes to the previous form. This behaviour is present on multiple different browsers and when deployed via Tomcat or launched via Servoy.
i.e.
- Code: Select all
var answer = plugins.dialogs.showQuestionDialog("Ipsum Lorem", "What do you want to select?", "Selection 1", "Selection 2", "Selection 3");
All packages are up to date as is Servoy.
We'd appreciate any help!