Skip to content

Commit

Permalink
feat(platform): add capacitor
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Aug 26, 2018
1 parent 57d2375 commit 7356ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/utils/platform.ts
Expand Up @@ -7,6 +7,7 @@ export const PLATFORMS_MAP = {
'phablet': isPhablet,
'tablet': isTablet,
'cordova': isCordova,
'capacitor': isCapacitorNative,
'electron': isElectron,
'pwa': isPWA,
'mobile': isMobile,
Expand Down

0 comments on commit 7356ba5

Please sign in to comment.