mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
fix(themeable-browser):update option type (#4306)
change ThemeableBrowserOptions.fullscreen type https://github.com/initialxy/cordova-plugin-themeablebrowser/blob/master/src/android/ThemeableBrowser.java#L1406
This commit is contained in:
parent
ca7ab1569b
commit
a7419022fc
@ -64,7 +64,7 @@ export interface ThemeableBrowserOptions {
|
|||||||
presentationstyle?: string;
|
presentationstyle?: string;
|
||||||
transitionstyle?: string;
|
transitionstyle?: string;
|
||||||
toolbarposition?: string;
|
toolbarposition?: string;
|
||||||
fullscreen?: string;
|
fullscreen?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user