awesome-cordova-plugins
awesome-cordova-plugins copied to clipboard
fix(themeable-browser):update option type
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