8bhsolutions opened a new pull request #134: (android): Added ability to 
setCancelable
URL: https://github.com/apache/cordova-plugin-dialogs/pull/134
 
 
   ### Platforms affected
   Android
   
   
   ### Motivation and Context
   When user taps outside the dialog in Android, it cancels the dialog. This 
may not be the expected behaviour for some users, since the user has not tap 
any of the buttons. Resulting in confusion for some users.
   
   This change allows the developer to set globally, whether dialog should be 
cancelable
   
   
   ### Description
   Changes are added specifically for Android platform.
   
   Added a property - isCancelable, to Notification.java class that controls 
whether new dialogs are cancelable.
   Added a function - setCancelable(enable), to set the isCancelable property
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to