fix(themeable-browser): allow hidden and clear cache

it wrong from boolean to string, after 1 year i update it
This commit is contained in:
hiepxanh 2018-06-03 20:42:17 +07:00 committed by Daniel Sogl
parent e6b02b1875
commit a4cc7f7ae1

View File

@ -48,9 +48,9 @@ export interface ThemeableBrowserOptions {
// inAppBrowser options
location?: string;
hidden?: string;
clearcache?: string;
clearsessioncache?: string;
hidden?: boolean;
clearcache?: boolean;
clearsessioncache?: boolean;
zoom?: string;
hardwareback?: string;
mediaPlaybackRequiresUserAction?: string;