Is any build in function or other way to close/exit fuse application?
Here’s a note about that: https://fuseopen.com/docs/fusejs/lifecycle.html#no-terminating-event
Thanks a lot for quick response. If I understand wright, I cannot close my app when I tap button exit? And there is no way to close/exit/leave my app?
Yeah, it seems that the user must use the “OS’s app exit”, so an exit app button not necessary, e.g. iOS: swipe up, then swipe the app away; Android: open app switcher, tap close.
Thanks a lot for your help!
Maybe you are looking for something that exits your app to the homescreen (Android) when the user taps the back button?
Thanks. When I tap button exit I make route.push(“home”) and that is enough. Thanks for your help.