if i use ABM.SIDEBAR_MANUAL_ALWAYSHIDE property instead of ABM.SIDEBAR_MANUAL_HIDEMEDIUMSMALL when open the page and click over the hamburger i get this effect:
it seems that the grid of controls starts after the end of the menu. The example is take from ABM "demo" project with the only changes:
B4X:
' behaviour as the old declaration
'page.NavigationBar.Initialize(page, "nav1", ABM.SIDEBAR_MANUAL_HIDEMEDIUMSMALL, Title, True, True, 330, 48, sbtopimg, ABM.COLLAPSE_ACCORDION, "nav1theme")
page.NavigationBar.Initialize(page, "nav1", ABM.SIDEBAR_MANUAL_ALWAYSHIDE, Title, True, True, 330, 48, sbtopimg, ABM.COLLAPSE_ACCORDION, "nav1theme")
Are any other settings required to get the correct result?
Thanks for letting me know! It shouldn't behave like this and maybe the javascript library I use for this fancy scrollbar is broken (they used kind of a hack). I personally never use it, but I'll look if I can see why it bahaves like this.