Hi guys.
I would ask you all if there is a way, without CSS (only with ionic class) to align horizontally two Fab buttons.
I want to create a fullscreen map without footer and header so I can put the fab buttons on the map itself and go to prev and next slide with fab buttons.
I notice that with ion-fab-list i can have the buttons, but they can’t exist without another button to click and let them appear. I’ve searched a way to create a list and open it programmatically without success.
Thank you all
<ion-fab bottom left>
<button (click)="goPrevSlide()" color="orange" ion-fab><ion-icon name="arrow-dropleft"></ion-icon></button><b
<button (click)="goNextSlide()" color="secondary" ion-fab><ion-icon name="arrow-dropright"></ion-icon </button>
</ion-fab>