Code: page.addListener("initialize", function() { var button = new qx.ui.mobile.form.Button(); page.getContent().add(button); button.addListener("tap", function() { alert("Hello World"); }, this); },this); This crap makes me cry.
page.addListener("initialize", function() { var button = new qx.ui.mobile.form.Button(); page.getContent().add(button); button.addListener("tap", function() { alert("Hello World"); }, this); },this);
Because Firefox is such a lean and mean platform?.. I guess I've missed something.
Qt always runs predictable, native and there's always the option of talking to the OS directly.