ionic-angular
Version:
A powerful framework for building mobile and progressive web apps with JavaScript and Angular 2
7 lines (6 loc) • 336 B
TypeScript
import { Platform } from './platform';
export declare function isCordova(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;