From e42daa3f785ae719ac61bc4936ee72987729e3fc Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 25 Jun 2015 11:35:48 -0500 Subject: [PATCH] new config --- ionic/platform/registry.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ionic/platform/registry.js b/ionic/platform/registry.js index 99210326a6..a330c6bf39 100644 --- a/ionic/platform/registry.js +++ b/ionic/platform/registry.js @@ -72,6 +72,9 @@ Platform.register({ mode: 'ios' }, isMatch(app) { + // SLEDGEHAMMER OVERRIDE FOR NOW + return true; + return app.matchesPlatform('ios', 'iphone|ipad|ipod'); }, run() {