My app is a plc on 1.5.1.6471 version of Xamarin Forms android
So i have a TabbedPage with 3 tabs.
1st tab is hosting a syncfusion grid
2nd tab a syncfusion chart
3rd tab a Map
The time i added the Map tab, TabbedPage is acting strangely
1) the grid on the first tab is not rendered
2) when i choose the 3rd map tab and then choose back 1st or 2nd, the 1st tab calls onAppearing every time and the grid is rendered
3)every time i select Map tab, the map is rendered from the beginning loosing its focus (map is initialized on constructor and added to Content)
Is this an expected behavior?