You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the stacktrace below when trying to navigate between tabs.
MonoDroid] UNHANDLED EXCEPTION: [MonoDroid] System.InvalidOperationException: PopToRootAsync is not supported globally on Android, please use a NavigationPage. [MonoDroid] at Xamarin.Forms.Platform.Android.AppCompat.Platform.Xamarin.Forms.INavigation.PopToRootAsync (System.Boolean animated) [0x00000] in D:\a\1\s\Xamarin.Forms.Platform.Android\AppCompat\Platform.cs:126 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.OnPopToRootAsync (System.Boolean animated) [0x00043] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:181 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.PopToRootAsync (System.Boolean animated) [0x00000] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:99 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.OnPopToRootAsync (System.Boolean animated) [0x00043] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:181 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.PopToRootAsync (System.Boolean animated) [0x00000] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:99 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.OnPopToRootAsync (System.Boolean animated) [0x00043] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:181 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.PopToRootAsync () [0x00000] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:94 [MonoDroid] at Naxam.Controls.Platform.Droid.Utils.BottomTabbedRendererUtils.SwitchPage (Naxam.Controls.Platform.Droid.BottomTabbedRenderer renderer, Android.Views.IMenuItem item) [0x00085] in <e760b94005374f89bb613a36b42ef3f8>:0 [MonoDroid] at Naxam.Controls.Platform.Droid.BottomTabbedRenderer.OnNavigationItemSelected (Android.Views.IMenuItem item) [0x00000] in <e760b94005374f89bb613a36b42ef3f8>:0 [MonoDroid] at Android.Support.Design.Widget.BottomNavigationView+IOnNavigationItemSelectedListenerInvoker.n_OnNavigationItemSelected_Landroid_view_MenuItem_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_item) [0x0000f] in <7aea3801170b4074a61ce58defd33d09>:0 [MonoDroid] at (wrapper dynamic-method) System.Object.4cbec557-4c41-4a9e-a9c6-c4e767ef5c03(intptr,intptr,intptr) [art] JNI RegisterNativeMethods: attempt to register 0 native methods for android.runtime.JavaProxyThrowable
The text was updated successfully, but these errors were encountered:
hi guys!
I am getting the stacktrace below when trying to navigate between tabs.
MonoDroid] UNHANDLED EXCEPTION: [MonoDroid] System.InvalidOperationException: PopToRootAsync is not supported globally on Android, please use a NavigationPage. [MonoDroid] at Xamarin.Forms.Platform.Android.AppCompat.Platform.Xamarin.Forms.INavigation.PopToRootAsync (System.Boolean animated) [0x00000] in D:\a\1\s\Xamarin.Forms.Platform.Android\AppCompat\Platform.cs:126 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.OnPopToRootAsync (System.Boolean animated) [0x00043] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:181 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.PopToRootAsync (System.Boolean animated) [0x00000] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:99 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.OnPopToRootAsync (System.Boolean animated) [0x00043] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:181 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.PopToRootAsync (System.Boolean animated) [0x00000] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:99 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.OnPopToRootAsync (System.Boolean animated) [0x00043] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:181 [MonoDroid] at Xamarin.Forms.Internals.NavigationProxy.PopToRootAsync () [0x00000] in D:\a\1\s\Xamarin.Forms.Core\NavigationProxy.cs:94 [MonoDroid] at Naxam.Controls.Platform.Droid.Utils.BottomTabbedRendererUtils.SwitchPage (Naxam.Controls.Platform.Droid.BottomTabbedRenderer renderer, Android.Views.IMenuItem item) [0x00085] in <e760b94005374f89bb613a36b42ef3f8>:0 [MonoDroid] at Naxam.Controls.Platform.Droid.BottomTabbedRenderer.OnNavigationItemSelected (Android.Views.IMenuItem item) [0x00000] in <e760b94005374f89bb613a36b42ef3f8>:0 [MonoDroid] at Android.Support.Design.Widget.BottomNavigationView+IOnNavigationItemSelectedListenerInvoker.n_OnNavigationItemSelected_Landroid_view_MenuItem_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_item) [0x0000f] in <7aea3801170b4074a61ce58defd33d09>:0 [MonoDroid] at (wrapper dynamic-method) System.Object.4cbec557-4c41-4a9e-a9c6-c4e767ef5c03(intptr,intptr,intptr) [art] JNI RegisterNativeMethods: attempt to register 0 native methods for android.runtime.JavaProxyThrowable
The text was updated successfully, but these errors were encountered: