Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Problem with navigation of pages after migrating to 64-bit app

$
0
0

I have problem with navigation of pages after migrating to 64-bit app

Error: System.InvalidOperationException: PushAsync is not supported globally on iOS, please use a NavigationPage.

btnOpcionAvanzado = new Image { Source = "imaPrincipalAvanzado" + clsGeneral.RetornaSiglaIdioma(Sesion.CodigoIdioma) + ".png" };
btnOpcionAvanzado.GestureRecognizers.Add (new TapGestureRecognizer (sender => {
btnOpcionAvanzado.Opacity = 0.6;
btnOpcionAvanzado.FadeTo (1);
Navigation.PushAsync(new MenuPage(Sesion)); //Navigating to another page
}));

How to resolve the error using a NavigationPage?


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>