I'm facing an issue with automatic activity indicator created by MAUI when you set the IsBusy
property to true
in Android. Basically it works fine in Android but not in iOS app. Then for having an indicator in iOS, I have to create manually an <ActivityIndicator>
attached to the IsBusy property but then when I do that in Android app I see the activity indicator duplicated because of the automatic indicator and my manually added indicator.
The question is how can I remove the automatic created activity indicator so I can use my custom one in both platforms?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744298284a4567371.html
评论列表(0条)