This happens only to some of my pages and on iOS only. When I click on a button which should open new page it calls InitializeComponent(); of the page but does not call OnAppearing() until I click somewhere else again. Same thing with labels, for example when I click on a checkbox label should increment, but it does not get updated until I click on the page. Is something blocking my UI or what might be an issue.
↧