xamarin/Xamarin.Forms

[Bug] Page.IsBusy does not found on Android

Open

#7,274 opened on Aug 25, 2019

 (8 comments) (1 reaction) (0 assignees)C# (1,926 forks)batch import
e/3 :clock3:help wantedp/Androidp/UWPt/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description I need to implement a global activity indicator in my Android app, when linking the bindable property with a Boolean property in my viewmodel I noticed that there was no behavior change in the graphic interface. Then I tried creating projects from scratch with Xamarin.Forms 4.2 and 3.6 and with none I get the expected behavior. PS: I just noticed that this was already documented by someone in a comment on the property documentation, although no clarification is made in that documentation.

https://bugzilla.xamarin.com/show_bug.cgi?id=43589

Contributor guide