Every time when user scan something in the Pick, Pack, and Ship mobile app, the bottom menu pops up and blocks the info they need. After every scan, they have to swipe the menu down. Is there any way to disable the bottom menu pops up?
Thanks in advance.
Page 1 / 1
Hi @junmao01,
You simply need to remove the Layout of "FooterLayout" that contains the popup because the "FooterLayout" has the "FooterSticky" layout, which activates a popup.
Hope, it helps!
Regards,
Sweta
Sweta,
Thanks for your reply. I removed the "FooterSticky" layout. But the problem is all these menu buttons are disappeared. The user still wants these menu buttons. They just don’t want it pop up. They want it stay at the bottom and swipe up when need it. They don't want it automatically pops up every time when they scan something.
Thanks,
Hi,
Only a “group” on the mobile (MSDL) app can be collapsible by default. So to have footer collapsed by default you have to warp all the actions into a “group.”
Start by removing the original “FooterLayout” and replacing it with a copy that has a group wrapping all the actions.