fix(app): statusTap and hardwareGB can be activated with config

fixes #15617
This commit is contained in:
Manu Mtz.-Almeida
2018-09-25 15:14:53 +02:00
parent 9ec8e748a6
commit c048f9fda2
2 changed files with 14 additions and 8 deletions

View File

@@ -7,6 +7,8 @@ export interface IonicConfig {
*/
mode?: Mode;
persistConfig?: boolean;
hardwareBackButton?: boolean;
statusTap?: boolean;
inputShims?: boolean;
backButtonIcon?: string;