eclipsesource / tabris

Tabris for Eclipse RAP
https://eclipsesource.com/products/tabris
53 stars 18 forks source link

ClientDialog should allow to set the canceled-on-touch-outside property #436

Closed evolanakis closed 8 years ago

evolanakis commented 8 years ago

Android dialogs have a setter for controlling the close behavior when a touch outside the dialog occurs. The Tabris ClientDialog API should allow to set this behavior.

Reference: https://developer.android.com/reference/android/app/Dialog.html#setCanceledOnTouchOutside(boolean)

evolanakis commented 8 years ago

We decided to go with the default Android behavior (close on touch outside: true). We do not need this feature right now.

mpost commented 8 years ago

Closing as wont fix for now.