I am using google places api in ionic app.I places google places api script in index.html. The app allow the user to access wifi within specific place. User get internet access after login with our app. When application launch and user is connecting with our network, user do not have access to the internet. So i get error:
Application Error connection to the server was unsuccessful.
Is there anyway to call the google places api after user has access to the internet to avoid the error?
hmm. I’m in the process of moving the next couple days, but when I get a chance after that I’ll post the entirety of my code for you, either here or i’ll get you the link to my git repository. It’s fully operational.
When application launch and user is connecting with our network, user do not have access to the internet. So i get error. Do you know how to tackle this situation?