redth-org / AndHUD

Android Progress HUD and Dialog helpers for Xamarin.Android apps!
Apache License 2.0
179 stars 69 forks source link

In Android 7.0 not showing the process #30

Closed Jeevamca closed 5 years ago

Jeevamca commented 7 years ago

Hi We have an issue on Android 7.0,

We used the below statement to display the process percentage in Android. Its works well till Android 6.0.1

AndHUD.Shared.Show(Forms.Context, "Loading... " + percentage + "%", percentage, MaskType.Clear);

In Andorid 7.0 It's shows always Loading...0% . Could you please help me on this.

Cheesebaron commented 5 years ago

Re-open if it is still an issue.