mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(app): statusTap and hardwareGB can be activated with config
fixes #15617
This commit is contained in:
@@ -7,6 +7,8 @@ export interface IonicConfig {
|
||||
*/
|
||||
mode?: Mode;
|
||||
persistConfig?: boolean;
|
||||
hardwareBackButton?: boolean;
|
||||
statusTap?: boolean;
|
||||
|
||||
inputShims?: boolean;
|
||||
backButtonIcon?: string;
|
||||
|
||||
Reference in New Issue
Block a user