fix(tap-click): works inside shadow-dom

adds private ion-activable attribute

fixes #15128
This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 22:48:58 +02:00
parent 270ece0b5e
commit 0dc70f7f6d
10 changed files with 28 additions and 21 deletions

View File

@ -67,7 +67,7 @@ export class BackButton {
'button': true,
'show-back-button': showBackButton
},
'tappable': true,
'ion-activable': true,
};
}