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

RadioButton SVG images do not resize when size is changed #318

Open
shahbaaz90 opened this issue Sep 28, 2022 · 1 comment
Open

RadioButton SVG images do not resize when size is changed #318

shahbaaz90 opened this issue Sep 28, 2022 · 1 comment
Labels
bug Something isn't working target-xamarin
Milestone

Comments

@shahbaaz90
Copy link

Describe the bug
The new SVG images are broken when you try to resize the radio button globally with the following line:

Plugin.InputKit.Shared.Controls.RadioButton.GlobalSetting.Size = 14;

To Reproduce
Steps to reproduce the behavior:

  1. resize the radio button globally

Expected behavior
the circle inside the image be resized as well

Screenshots
Screenshot 2022-09-29 at 02 04 23

happens on an iOS simulator. not tested on Android

Additional context
additionally, the "SelectedIndex" property on the RadioButtonGroupView does not work the same way as it used to after the release of InputKit 4.0. The control does not deselect the RadioButtons when this property is bound

@enisn enisn added the bug Something isn't working label Sep 29, 2022
@enisn enisn added this to the v4.1 milestone Sep 29, 2022
@enisn
Copy link
Owner

enisn commented Nov 18, 2022

That should be fixed with a9f05e8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working target-xamarin
Projects
None yet
Development

No branches or pull requests

2 participants