cordova-plugin-themeablebrowser
cordova-plugin-themeablebrowser copied to clipboard
Show browser progress status bar
Implement new option to display browser progress status bar (ios & android) Here is new options:
browserProgress: {
showProgress: true,
progressBgColor: "#007e9c",
progressColor: "#FF5E00"
}
@quangtam But what about node modeule code??
I merged this into my own fork, for those who are interested. See https://github.com/initialxy/cordova-plugin-themeablebrowser/issues/193 For details
This is working perfect. Waiting for it to release and I'm using it right now.