最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

ios - How to disable automatic activity indicator in MAUI app for Android - Stack Overflow

programmeradmin5浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论