Find in page search using Ionic

I’m trying to implement a find in page search like the one used in Google Chrome(ctrl + f) in my Android/ios application.

Currently I have a page like this

and when you scroll down the search will stay on top like this

Whats the best way to implement this feature so that when i type in the search input that result will automatically be brought to the top of my ion-content area?