cannot close dialog on tablet

Hi!,

I’ve a problem in a dialog, in the action event of a button I call self.close to close the dialog.

On a tablet (tested on Ios and Android), if I do the pinch to zoom, the button does not work anymore, leaving the original dimension works
why?

Is this about Web builds? Then please move your question into the sub forum.

moved

Not sure if this will help or not

Checkout Me vs Self Write Up

hmm,
Issue with this “Auto Disable” Feature / Property after u used this pinch zoom?
if you use SystemDebugLog “Action” you will not see it?
Break Point will not Stop there?

[quote=495949:@Steve Koger]Not sure if this will help or not

Checkout Me vs Self Write Up[/quote]
with me.close never closes, even without pinch to zoom.

[quote=495950:@Markus Rauch]hmm,
Issue with this “Auto Disable” Feature / Property after u used this pinch zoom?
if you use SystemDebugLog “Action” you will not see it?
Break Point will not Stop there?[/quote]

tried to put a msgbox in the action event of the closing button, but it shows up only if I don’t pinch to zoom.
Very strange.

I have experienced Dialogue issues on some IOS devices. When zoomed in/out some parts of the window fail to redraw / or fail to react to button touches.
I gave up with dialogues, and now simulate them by using webcontainers which I just make visible or not. Seems to provide a more consistent style across all kinds of device / OS, and no issues with Buttons.
If I want to simulate a modal dialogue, I create a webcontainer which is the full size of the current window with a semi-transparent background style, and place a rectangle in the container with appropriate size / style to look like the dialogue.