mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-18 16:02: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;
|
||||
transitionstyle?: string;
|
||||
toolbarposition?: string;
|
||||
fullscreen?: string;
|
||||
fullscreen?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user