How to close FAB button in ionic4… my code was working in ionic 3 to close FAB button but the same code is not working in ionic4… my code is given below:
openFilter(fab) {
fab.close(); // this is not working in ionic 4
this.router.navigateByUrl('filter-listing');
}
openSort(fab) {
fab.close(); // this is not working in ionic 4
his.router.navigateByUrl('sort-listing');
}
Thanks dear… but the solution given in the link is not working for me @lucasbasquerotto … This is the code I have written in ts file to close the FAB button :
Glad that you were able to solve it. When the Ionic Team update the docs, I advise to use the official API to close the FAB button (assuming there will be a programatic way to close the button, like on v3).