Skip to content
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

ConnectionTypes doesn't contains all connections #282

Closed
11 tasks
dcasbonne opened this issue Apr 15, 2016 · 3 comments
Closed
11 tasks

ConnectionTypes doesn't contains all connections #282

dcasbonne opened this issue Apr 15, 2016 · 3 comments

Comments

@dcasbonne
Copy link

Please take a moment to fill out the following (change to preview to check or place x in []):

This is a

  • Bug
  • [ x] Feature Request

Which plugin does this impact:

  • Battery
  • [x ] Connectivity
  • Contacts
  • DeviceInfo
  • ExternalMaps
  • Geolocator
  • Media
  • Permissions
  • Settings
  • Text To Speech
  • Vibrate
  • Other:

Version Number of Plugin: 2.1.2
Device Tested On: Nexus 5 Android 6.0.1
Simulator Tested On:

Expected Behavior

When cellular connection is active AND wifi connection too, ConnectionTypes should contains the 2 types.
By default Android use wifi connection if the 2 are active so I don't really know if it's possible for you to know that but if you could it would be great !

Actual Behavior

Only Wifi is present in ConnectionTypes

Steps to reproduce the Behavior

Activate cellular and wifi connection on a device.

Thanks !

@tomridl
Copy link

tomridl commented Jun 22, 2016

On IOS 9.3.2, when both Wifi and Cellular are enabled, the ConnectionType contains only the "Other" type, and doesn't contain either Wifi or Cellular. When in Flight mode, with Wifi on, the ConnectionType also only contains "Other" and doesn't contain "Wifi". If just a cellular connection is active, the ConnectionType correctly shows "Cellular". Tested on iPhone 5.

Example: Airplane mode on, Wifi On
img_2499

Example: Cellular and Wifi Connected
img_2500

@jamespettigrew
Copy link

I'm having the same issue as @tomridl when using version 2.2.2, reverting to 2.1.2 resolves it.

@jamesmontemagno
Copy link
Owner

Moved to: jamesmontemagno/ConnectivityPlugin#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants