Hi all,
i have a great problem.
I try to run this code:
var myPage = new MyPage();
await Navigation.PushAsync(mieGiocatePage);
MyPage is a contentPage but i always obtain the exception "specified cast is not valid" when arrive to push page.
How is possible?
thank you