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
Hello!
I am experiencing a strange issue in FreshMVVM with Xamarin Forms.
I am trying to make a bottom tabbed page using this code:
using FreshMvvm;
using Xamarin.Forms;
using Xamarin.Forms.PlatformConfiguration.AndroidSpecific;
_tabbedNavigationPage = new FreshTabbedNavigationContainer();
_tabbedNavigationPage.On<Android>().SetIsSwipePagingEnabled(false).SetToolbarPlacement(ToolbarPlacement.Bottom);
and i am getting an error which cause a crash
crc64720bb2db43a66fe9.FragmentContainer.onCreateView
FragmentContainer.java, line 33
Android.Content.Res.Resources+NotFoundException: Resource ID #0x0
Hello!
I am experiencing a strange issue in FreshMVVM with Xamarin Forms.
I am trying to make a bottom tabbed page using this code:
and i am getting an error which cause a crash
Stack Trace:
When i remove the SetToolbarPlacement(ToolbarPlacement.Bottom) it places the tabbed pages on top.
Some of the libraries:
The text was updated successfully, but these errors were encountered: