Hi,
I want a “absolute floating button” inside a ion-content
and I want this button to keep the same position during scroll.
The picture above show what I want to do.
I tried to use a ion-scroll inside my ion-content.
But I am not satisfied.
Now, my view is buggy.
Something when i scroll, i lose the top or the bottom of the content.
Sometimes I can not even scroll anymore and it lose responsiveness for big screen
like an IPAD when i fix the ion-scroll size.
Notice that if I put the button outside the ion-content, below the tab menu, it works.
I need it inside the QuoteCtrl.
Sure.
The ion-floating-button was inside the ion-content.
The ion-content have one controller name “QuoteCrl” that contains all function that will triggers the floating button.
I need the button inside de ion-content with absolute position.