Hussain N. Abbasi

Results 7 comments of 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 38 06 PM](https://github.com/microsoft/sample-app-aoai-chatGPT/assets/12173156/fd9dadf1-269b-4cea-92b4-4cb157873746) ![Screenshot 2024-05-22 at 2 37...