sillsdev / appbuilder-pwa

Progress Web App template for Scripture App Builder
https://software.sil.org/scriptureappbuilder
MIT License
8 stars 22 forks source link

Allow custom backNavigation #607

Closed chrisvire closed 2 weeks ago

chrisvire commented 2 weeks ago

On parent component, add on:backNavigation={handler} to NavBar component. In handler, call event.preventDefault() to prevent the default behavior of going back to the main page.