Auto Complete Google

2

O input :

<div class="input-group" style="width:50%;margin-left:auto;margin-right:auto;">
                        <input class="form-control" vs-google-autocomplete="autoCompleteOptions"
                               ng-model="address"
                               vs-latitude="latitude"
                               vs-longitude="longitude"
                               vs-city="city"
                               vs-place-id="placeId"
                               name="address" type="text">
                    </div>

auto-complete-google works normally but when accessed by cellular androids google auto-complete looks like this:

>

Any ideas how to fix this? Or the reason for the bug?

    
asked by anonymous 24.08.2017 / 14:39

0 answers