nativescript-awesome-webview-with-custom-menu-items
Version:
Awesome WebViews for all NativeScript Apps!
13 lines (12 loc) • 332 B
TypeScript
export interface AwesomeWebviewOptions {
url: string;
showTitle?: boolean;
toolbarColor?: string;
toolbarControlsColor?: string;
isClosed?: Function;
dismissButtonStyle?: any;
activityItems?: NSArray<UIActivity>;
menuItems?: Array<any>;
headers?: any;
iosViewController?: UIViewController;
}