Hussain N. Abbasi
Hussain N. Abbasi
That's a valid request. Will get that in in coming release 👍
Can you please provide a small repo for this?
This is still an issue in v3.3.10. The overriden `OnBuildNotification` is not called.
I removed the call to init() in Android and it worked just fine.
Ok. So I got it to work by downgrading to 1.3.4 for Android. 2.0.0+ still fails.
iOS: Extend the renderer and update the corner radius of the native control. ``` [assembly: ExportRenderer(typeof(MyAppSegmentControl), typeof(SegmentControlRenderer))] namespace MyApp.iOS.Renderers { public class SegmentControlRenderer : SegmentedControl.FormsPlugin.iOS.SegmentedControlRenderer { protected override void OnElementChanged(ElementChangedEventArgs...
I am seeing this in one of my apps as well. Seems like Python error. See screenshots attached,  ![Screenshot 2024-05-22 at 2 37...