Hi,
On one view, I’ve a Fab button with fixed position (bottom right).
This button was well positionned in Beta11, but with RC0 the button is not fixed and at the bottom left of my view.
Additionnaly, my fab button is squared instead of circle!
Here is the code I used:
<ion-content> ... <button ion-button fab fab-fixed fab-bottom fab-right (click)="function()" *ngIf="parameter"> <ion-icon name="add"></ion-icon> </button> </ion-content>
I made a textual search on “button-fab” and “button-fab-md” in the whole project directory: seems that they are not present in any file…
How to get the normal material design fab button in RC0 ?