ion-google-place icon indicating copy to clipboard operation
ion-google-place copied to clipboard

Does it work with ionic 1.3.2 on Android?

Open jakub-g opened this issue 8 years ago • 6 comments

Hi, I tested the version in master on Android 5 inside ionic 1.3.2 app (angular 1.5.3) and there are a number of things that are plainly not working or really bizarre:

  • just including a directive in a view opens a modal upon loading, which is very surprising and weird (why not doing it when you focus the input?)
  • very often I end up in a state when there's some overlay displayed on top of the page and nothing is no longer clickable
  • I get not very few autocompletion results displayed compared to https://github.com/kuhnza/angular-google-places-autocomplete/ (I tried this fork https://github.com/jimmyRobson/ion-google-place and it was displaying more suggestions though the other problems persist)

Since this repo has 245 stars, I believe this should be a reasonable plugin, and either I'm doing something wrong, or the code is no longer well behaving with newer ionic/angular?

jakub-g avatar Nov 15 '16 15:11 jakub-g

i also recently discovered this plugin and am noticing similar behavior w/ ionic 1.3.2 ios+android

arjunbanker avatar Nov 18 '16 23:11 arjunbanker

@arjunbanker FYI finally I forked https://github.com/ivanthecrazy/ion-place-autocomplete and did some small changes on top of that - the code is very small and very easy to extend to add some custom requirements to the behavior of the autocomplete

(I added an additional call to Google via their Places library to get details about the selection, and some other small changes, but I didn't opensource it yet)

jakub-g avatar Nov 19 '16 13:11 jakub-g

@jakub-g the polite thing in the open source world would be to contribute back upstream from your fork :)

etodanik avatar Nov 19 '16 18:11 etodanik

@israelidanny I will, once I finish the dev and the code is stable enough :)

jakub-g avatar Nov 19 '16 18:11 jakub-g

Hey @jakub-g - did you manage to open source the rest of your additions? Would love to see how they work =)

tobeee avatar Jan 06 '17 06:01 tobeee

Why Behaviour is changed for ios and android. In ios it is working fine but why not in android. Please suggest some solution for it

anjali14garg avatar May 30 '17 09:05 anjali14garg