I\'m trying to add a google maps autocomplete input to my ionic app. It works pretty well except when I scroll. As shown on the image:
So I tried different th
Since my input field is inside "ion-content", I implemented Nicolas Pennesi 's answer with ion-content's method:
onScroll($event) { // his code here }