Hello!
I am using B4XPages and am having trouble with displaying my bottom navigation over the pages.
In B4A I use this after initiating the page manager:
However, I cannot figure out how to add the bottom nav layout in B4i.
I tried loading it as a page and it messed up the PageManager.
I also tried loading the bottom navigation in B4XMainPage, but it gets removed in future pages.
Thank you!
I am using B4XPages and am having trouble with displaying my bottom navigation over the pages.
In B4A I use this after initiating the page manager:
B4X:
Dim pm As B4XPagesManager
pm.Initialize(Activity)
Activity.LoadLayout("BottomBar")
However, I cannot figure out how to add the bottom nav layout in B4i.
I tried loading it as a page and it messed up the PageManager.
I also tried loading the bottom navigation in B4XMainPage, but it gets removed in future pages.
Thank you!