awesome-cordova-plugins icon indicating copy to clipboard operation
awesome-cordova-plugins copied to clipboard

fix(themeable-browser):update option type

Open shadowwinds opened this issue 2 years ago • 0 comments

the type of fullscreen property actually is boolean, if the prop set to string 'true', it will cause parseFeature() method throw exception and create an new default Options class

https://github.com/initialxy/cordova-plugin-themeablebrowser/blob/master/src/android/ThemeableBrowser.java#L1406

shadowwinds avatar Sep 08 '22 08:09 shadowwinds