mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +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