-
Notifications
You must be signed in to change notification settings - Fork 127
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
Multiple inconsistencies in lib behavior (Android) #87
Comments
@dimgrav, looks like Disclaimer: I am the creator and mantainer of |
You have to connect first, then call WifiManager.forceWifiUsage(true);. The loop issue is actually a firmware bug, it's up to Oneplus and Xiaomi to fix that :-/. |
Hello @eliaslecomte, |
What smartphone brand/model are you using? |
I am using Oneplus for testing purposes |
Thanks for your quick reply |
I think the consensus is that this is OnePlus's issue to solve, see the thread here: ThanosFisherman/WifiUtils#63 In the meantime, you may want to look into the OTA updates for your device, some people claim it's fixed in beta versions: https://issuetracker.google.com/issues/143549613#comment26 I haven't tried any, since my OP7Pro is my daily |
Thank you for your comment @qcasey , I have the same issue as this one ThanosFisherman/WifiUtils#63 . The current version of oxygen OS in my phone is 10.3.4 and in the issuetracker somebody mentioned the fix in 10.5.7, this update is not yet available to me. So i guess i will just have to wait until this update is made available. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs. |
Hello @eliaslecomte , The behavior that @dimgrav described:
still occurs on Is this supposed to be fixed by now? If so, then i can only suspect that it's bad implementation from my end, so an example usage would be very much appreciated.
|
Yes it should be fixed. What's the code you are currently using?
|
Tested on React Native (Android only):
We are trying to integrate this library in a production level. So far, we've stumbled upon numerous issues, that do not appear to have been resolved in version 4.1.0.
Xiaomi Redmi Note 8 Pro - MIUI version 11.0.3.0 (based on Android P)
Huawei P30 Lite - EMUI version 9.1.0 (based on Android P)
Xiaomi A2 Lite - Android One (Android Q)
Example usage:
Based on the information above, can you point me to a certain direction as to what the issue may be?
The text was updated successfully, but these errors were encountered: