Closed evolanakis closed 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)
We decided to go with the default Android behavior (close on touch outside: true). We do not need this feature right now.
Closing as wont fix for now.
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)