Open Vetagiri-Hrushikesh opened 2 years ago
If I use this progress value is set to 25 and it is not changing can we increment this till the max count so that it works like a real progress bar.
cordova.plugin.pDialog.init({progressStyle : 'HORIZONTAL', title: 'Please Wait...', message : 'Connecting to server...'}); cordova.plugin.pDialog.setProgress(25);
If I use this progress value is set to 25 and it is not changing can we increment this till the max count so that it works like a real progress bar.