mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
config can be value or function
This commit is contained in:
@@ -74,7 +74,7 @@ Platform.register({
|
||||
},
|
||||
isMatch(p) {
|
||||
// SLEDGEHAMMER OVERRIDE FOR NOW
|
||||
//return true;
|
||||
return true;
|
||||
|
||||
return p.isPlatform('ios', 'iphone|ipad|ipod');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user