fix(ripple-effect): tapclick is required in ionic

This commit is contained in:
Manu Mtz.-Almeida
2018-03-27 23:45:12 +02:00
parent b70837278d
commit d57122c382
14 changed files with 28 additions and 21 deletions

View File

@ -63,7 +63,7 @@ export class BackButton {
onClick={(ev) => this.onClick(ev)}>
{ backButtonIcon && <ion-icon name={backButtonIcon}/> }
{ backButtonText && <span class='button-text'>{backButtonText}</span> }
{ this.mode === 'md' && <ion-ripple-effect/> }
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true} /> }
</button>
);
}