AppStrap (since version 2.0) supports both Bootstraps collapse menus and offcanvas menus as the main nabvar mobile display with the latter being the option used the most.
The markup is found in /src/html/@partials/header.html
:
Collapse
Simply set mobileMenuType: collapse;
in your global config, pageSettings or HTML front matter.
Offcanvas
This is the default so set automatically ie. mobileMenuType: offcanvas;
.