feat(actionsheet): disable clicking backdrop to dismiss

This commit is contained in:
Adam Bradley
2016-02-05 09:50:11 -06:00
parent c6067c0faa
commit 768676794f
3 changed files with 16 additions and 6 deletions

View File

@@ -57,6 +57,7 @@ class E2EPage {
this.result = '';
let actionSheet = ActionSheet.create({
enableBackdropDismiss: false,
buttons: [
{
text: 'Archive',