Google maps autocomplete, fix to the input

后端 未结 5 1265
再見小時候
再見小時候 2020-12-19 02:43

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

5条回答
  •  甜味超标
    2020-12-19 03:12

    Since my input field is inside "ion-content", I implemented Nicolas Pennesi 's answer with ion-content's method:

    onScroll($event) {
    // his code here
    }
    

提交回复
热议问题