Page 1 of 1

Geo location API works only on the first page of the app!

Posted: Mon Feb 01, 2016 4:09 am
by Mark MB

I am using an HTML control with the following HTML content that I am using to auto complete address entry using google geo location. It works only if the HTML control is put on the first page of the app. If have this HTML control on any other pages of the app then the auto complete does not work. I am using the code in this post:

https://getsatisfaction.com/apperyio/...

Any help is appreciated.


Geo location API works only on the first page of the app!

Posted: Mon Feb 01, 2016 8:53 am
by Serhii Kulibaba

Hello Mark,

That JS code runs on the load event of the google.maps. You can add any another event handrel to run that function


Geo location API works only on the first page of the app!

Posted: Mon Feb 01, 2016 6:51 pm
by Mark MB

Got it. It works now. Thanks Sergiy :)