mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user