Hi Nilesh,
Sorry for Inconvenience.
We have prepared a simple sample using a ContentView based page having an instance of SfTabView to another ContentView based page. We are unable to reproduce the reported issue. Could you please check the sample and please modify the sample to replicate the reported issue which provide appropriate solution for this
Please modify the sample as per your scenario so that we can reproduce the issue and help you resolving the issue at your end. Also we are not clear with the lines you have mentioned “RegisterAssembly(typeof(Syncfusion.XForms.TabView.SfTabView).Assembly)” and its need in the sample.
Please let us know if you have any other concern.
Regards,
Paul Anderson
Hi Paul,
Thank you for your input. I am experiencing this issue while working on the design of my XAML pages using Gorilla server.
So far, I have registered required assemblies in AppDelegate.cs and MainActivity.cs as shown below -
Let me know your input on this. As stated in the #129310, I started experiencing these issues in my App only after adding these SF controls.
In Android, my App is not even opening when I have my XAML page with SFTabView control set to be rendered via Gorilla Player.
Please help.
//Register Syncfusion Controls
//SfTabView
.RegisterAssembly(typeof(Syncfusion.XForms.TabView.SfTabView).Assembly)
.RegisterAssembly(typeof(Syncfusion.XForms.iOS.TabView.SfTabViewRenderer).Assembly)
//SfListView
.RegisterAssembly(typeof(Syncfusion.ListView.XForms.SfListView).Assembly)
.RegisterAssembly(typeof(Syncfusion.ListView.XForms.iOS.SfListViewRenderer).Assembly)
//SfPicker
.RegisterAssembly(typeof(Syncfusion.SfPicker.XForms.SfPicker).Assembly)
.RegisterAssembly(typeof(Syncfusion.SfPicker.XForms.iOS.SfPickerRenderer).Assembly)
Thanks