Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Scrolling open ion-google-place #92

Open
romanmuska opened this issue Jul 10, 2016 · 1 comment
Open

Scrolling open ion-google-place #92

romanmuska opened this issue Jul 10, 2016 · 1 comment

Comments

@romanmuska
Copy link

Hi,
my ion-google-place input is located in many inputs and always when i am scrolling it opens ion-google-place and throw this warning "Ignored attempt to cancel a touchend event with cancelable=false, for example because scrolling is in progress and cannot be interrupted." Can you help me?

@romanmuska
Copy link
Author

romanmuska commented Jul 10, 2016

it appears in these lines

`var onClick = function (e) {
e.preventDefault();
e.stopPropagation();

                        $ionicBackdrop.retain();
                        unbindBackButtonAction = $ionicPlatform.registerBackButtonAction(closeOnBackButton, 250);

                        el.element.css('display', 'block');
                        searchInputElement[0].focus();
                        setTimeout(function () {
                            searchInputElement[0].focus();
                        }, 0);
                    };`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant