-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Doesn't respect metered WiFis #1699
Comments
I don't know any metered wifis. Can you give an example what a metered wifi would be, what you encountered? Generally the app transfers really very little data in terms of volume. Absolutely not comparable to videos and aside from loading the background map, even much less than browsing a normal website. So even if this was changed in the app, that metered wifi are treated like a mobile connection might confuse users, depending on what classifies as a metered wifi and what not. |
A user can mark any Wifi to be metered. IMO if the app has different sync strategies it should decide from nowifi/wifi but notmetereed/metered. |
Metered WiFis are WiFi connections with data caps. And most often metered WiFis are going to be mobile hotspots (someone else's mobile data), so it makes some sense to have them treated as mobile data. |
The app treats metered WiFis like any other WiFi connection instead of treating them as mobile data.
How to Reproduce
The isActiveNetworkMetered check is what's missing.
The text was updated successfully, but these errors were encountered: