mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
new config
This commit is contained in:
@@ -72,6 +72,9 @@ Platform.register({
|
||||
mode: 'ios'
|
||||
},
|
||||
isMatch(app) {
|
||||
// SLEDGEHAMMER OVERRIDE FOR NOW
|
||||
return true;
|
||||
|
||||
return app.matchesPlatform('ios', 'iphone|ipad|ipod');
|
||||
},
|
||||
run() {
|
||||
|
||||
Reference in New Issue
Block a user