Show large button in ion-footer

Hi,

I have to display a large button 100% width and 100% height in ion-footer-bar

I would like to have smth similar to this:

It is not necessary to have ion-footer-bar, I just need any kind of solution that could solve my problem’

Thanks,
Julian

1 Like

Hey Julian, have you ever got a response?

Hi Jimmyho,

I have the same issue and would love to be pointed in the right direction.

Michael

Hey there, @julianusti @jimmyho and @marnor
have you tried a button with:

.button-footer{
position: absolute:
bottom: 0;
left: 0;
width: 100%;
height: 100px;
}

I tried your solution but It is not working .