-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Maps requires a persistent internet connection. #4
Comments
@mcav I saw this patch was merged and gave it try. Sorry if there is still pending work but wanted to let you know what I am seeing now and that I am not getting any warning about the connection needed: I can type there and address or directly tap on Next and get to the next screen, Which side of the building? I saw this behaviour with latest master 1faaf5e on Android 5.1.1 device. |
So, this patch only shows the "no internet" dialog if it wasn't able to download Google Maps. We'll need to have that also pop up if there's no connection between the time you start the app (when Google Maps loads its library) and when you view the location selection screen. (#18) @isabelrios The problem in your case is that it looks like we couldn't get a location fix, but it still thought it knew your location. I'll have to investigate that (#19) (Also, that warning only requires any internet connection -- WiFi or Cell, it doesn't matter. The only time we actually probably want WiFi is on the WiFi selection screen, but that may merit more UX discussion.) |
The thing is that I do not get to see the "no internet" dialog at any point, since I launch the app and while I am using it without connection (Yeah, I understand is any connection, data or wifi, was referring to wifi since I do not have a SIM card on the device, so only using wifi :)) |
That's strange. You were able to load Google Maps (because we can see the +/- buttons on the map screen). I don't think it can be cached between app reboots. If you force-quit the app without WiFi and try again, do you get the same result (and could you provide a logcat for that case)? |
I think I know what is happening...I flashed the app from the scratch and launched it without connection for the first time, then you get the correct message: Network Connection Required. But what happened to me was that I open the app, left it in background and then disabled the connection. Then I was facing the issue I commented. At that point it does not matter if you kill/launch the app, the Network Connection Required is not shown. The logs in that case are here: |
Thanks, that's helpful -- I'll put the relevant log snippet in #19. |
We need to:
The text was updated successfully, but these errors were encountered: