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
版权声明:本文标题:ios - How to disable automatic activity indicator in MAUI app for Android - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744298283a2599452.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论