谷歌地方下拉选择在野生动物园的某个时候不工作

时间:2016-10-05 07:29:53

标签: angularjs ionic-framework google-places

在移动safari浏览器中,有时当我点击护目镜时,选项下拉列表无法正常工作。所以基本上我选择了dropdwon关闭但输入中没有任何内容。

我也试过这个解决方案:

     $timeout(function () {
                        var container =  document.getElementsByClassName('pac-container');
                       // disable ionic data tab
                           angular.element(container).attr('data-tap-disabled', 'true');
                      // leave input field if google-address-entry is selected
                        angular.element(container).on("click", function(){
                         document.getElementById('autocomplete').blur();
                            });

                    }, 500);
                }
            }

但它不起作用。有时选择工作正常,但不是所有时间

0 个答案:

没有答案