@chfkch I think it's a matter of setting `content-height`, e.g.
+ <property name="content-height">400</property>
should make it "movable". Basically the content height needs to be low enough to fit the screen when the OSK is shown.
Idk if that's the currently best solution as the dialog then also doesn't take full height on large screens.
@agx I think it might be a good workaround but not the final or sole solution. Now the Dialog is visible enough, but i think the root cause (the app is not resized) still exists. But right now i will live with this working solution and maybe investigate other apps, which are working more closely.
Thanks for the very fast solution!
@agx YES! that is it. I think i have to tweak the numbers a bit and test it on different devices/screen sizes, but at least i can click the button again.