on fab button bottom right + ionic code example
Example 1: ionic stop fab from opening when clicking on fab
//Set the active of to true then the fab will toggle it back to false
aFab._listsActive = true;
Example 2: ionic how to block back button
this.platform.backButton.subscribe(() => {
// do something here
});