ionic-angular
Version:
A powerful framework for building mobile and progressive web apps with JavaScript and Angular
8 lines (7 loc) • 396 B
TypeScript
import { Platform } from './platform';
export declare function isCordova(plt: Platform): boolean;
export declare function isElectron(plt: Platform): boolean;
export declare function isIos(plt: Platform): boolean;
export declare function isSafari(plt: Platform): boolean;
export declare function isWKWebView(plt: Platform): boolean;
export declare function isIosUIWebView(plt: Platform): boolean;