pwlin / cordova-plugin-pdialog

An Android Progress Dialog Plugin for Cordova
MIT License
22 stars 14 forks source link

Can we make this work like a real progress bar? #15

Open Vetagiri-Hrushikesh opened 2 years ago

Vetagiri-Hrushikesh commented 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);