admin管理员组

文章数量:1401668

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?

本文标签: iosHow to disable automatic activity indicator in MAUI app for AndroidStack Overflow