I wanted to create a specific section for my mobile app (Called POW section), and I want to also create a floatingButton
that will redirect user to POW section
when tapped
.
The section is still in the same page as the floating button. So if user scroll too much and cover the pow section this button will appear and when it tapped the screen will be scrolled until the pow Section is shown again.
How to achieve this ? Thanks before.