From 7356ba5883eb66aebd94a71789b5896755ce9f45 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Mon, 27 Aug 2018 01:02:39 +0200 Subject: [PATCH] feat(platform): add capacitor --- core/src/utils/platform.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/utils/platform.ts b/core/src/utils/platform.ts index 91ca86d475..977acb1707 100644 --- a/core/src/utils/platform.ts +++ b/core/src/utils/platform.ts @@ -7,6 +7,7 @@ export const PLATFORMS_MAP = { 'phablet': isPhablet, 'tablet': isTablet, 'cordova': isCordova, + 'capacitor': isCapacitorNative, 'electron': isElectron, 'pwa': isPWA, 'mobile': isMobile,