Just call
popup.show() when page fires the "appear" event. That should do the trick.
The popup has a internal logic which makes sure, the popup always finds the
best position.
There is no easy way to disable that logic.
For your third problem you can use the property
hideOnBlockerTap
http://d
Hello! I have a mobile navigation page and a popup (not modal) anchored to an
image. Here's a short example:
var whiteIcon = new qx.ui.mobile.basic.Image(image);
this.getContent().add(whiteIcon);
var label = new qx.ui.mobile.basic.Label("labelOnPopup");
var popup = new qx.ui.mobile.dialog.Popup(l