Xamarin.Forms.InputKit icon indicating copy to clipboard operation
Xamarin.Forms.InputKit copied to clipboard

RadioButton SVG images do not resize when size is changed

Open shahbaaz90 opened this issue 2 years ago • 1 comments

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

shahbaaz90 avatar Sep 28 '22 21:09 shahbaaz90

That should be fixed with https://github.com/enisn/Xamarin.Forms.InputKit/commit/a9f05e82498275e3685fc612e546f6a0a5c22466

enisn avatar Nov 18 '22 19:11 enisn