Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting HeightRequest and WidthRequest of an ActivityIndicator, the size does not change #28439

Open
acaliaro opened this issue Mar 17, 2025 · 5 comments
Labels
area-controls-activityindicator ActivityIndicator p/3 Work that is nice to have partner/syncfusion Issues / PR's with Syncfusion collaboration s/not-a-bug This isn't actually a bug, or is working as expected s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/enhancement ☀️ New feature or request
Milestone

Comments

@acaliaro
Copy link

Description

Setting HeightRequest and WidthRequest of an ActivityIndicator, the size does not change in iOS, while the same is correctly changed in Android

Steps to Reproduce

Run the project and an ActivityIndicator should appear

Link to public reproduction project repository

https://github.com/acaliaro/MauiActivityIndicatorSizeProblem

Version with bug

9.0.50 SR5

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 18.2.1 iPhone 12

Did you find any workaround?

No response

Relevant log output

@acaliaro acaliaro added the t/bug Something isn't working label Mar 17, 2025
@devanathan-vaithiyanathan
Copy link
Contributor

This issue has been verified using VSCode 1.98.1(9.0.50). It can be reproduced on iOS 18.0 and mac 15.1 platform

@devanathan-vaithiyanathan devanathan-vaithiyanathan added s/verified Verified / Reproducible Issue ready for Engineering Triage area-controls-activityindicator ActivityIndicator s/triaged Issue has been reviewed partner/syncfusion Issues / PR's with Syncfusion collaboration labels Mar 17, 2025
@mattleibow
Copy link
Member

I may be incorrect since there have been multiple iOS versions, but the activity indicator is not really a thing you can size. It is a fixed, OS-specified size. There is this ancient SO post asking the same question: https://stackoverflow.com/questions/2638120/can-i-change-the-size-of-uiactivityindicator

@vishnumenon2684 you assigned this issue, did you discover something?

@mattleibow mattleibow added the p/3 Work that is nice to have label Mar 23, 2025
@mattleibow mattleibow added this to the Backlog milestone Mar 23, 2025
@mattleibow mattleibow added t/enhancement ☀️ New feature or request s/not-a-bug This isn't actually a bug, or is working as expected and removed t/bug Something isn't working labels Mar 23, 2025
@acaliaro
Copy link
Author

@mattleibow the problem is that the activity indicator star is different from the refresh view pull to refresh indicator….

@acaliaro
Copy link
Author

Maybe this https://stackoverflow.com/a/8586389

@mattleibow
Copy link
Member

You could apply a scale, but I think it may pixellate the control?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-activityindicator ActivityIndicator p/3 Work that is nice to have partner/syncfusion Issues / PR's with Syncfusion collaboration s/not-a-bug This isn't actually a bug, or is working as expected s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/enhancement ☀️ New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants