Hello:
We buy the plugin of Wifi Manager few days ago.
Sometimes have more documentation and same examples more?
unique and actual sample dont run properly
we need more documentation.
Thanks.
Hello:
We buy the plugin of Wifi Manager few days ago.
Sometimes have more documentation and same examples more?
unique and actual sample dont run properly
we need more documentation.
Thanks.
I responded to your email. Could you explain a little more?
Here is the link to documentation
https://scotth.tech/plugin-wifiManager
I just notice I screwed up build settings on documentation, will fix this
You can find a working sample here
https://github.com/scottrules44/wifiManager-demo
A Question, how can i try to connect a WIfi without Intenet Conection.??
If connect with android Wifi utility , the smartphone ask about this wifi dont have internet conection. connect in any way ???
If try to connect with wifi manager pluging , the smartphone connect , show Wifi connect to this network, but there are comunication…
How can i solved it??
Thanks advance
Are you asking if you can check for an internet connection? The wifi manager cannot check if there is an internet connection, only if wifi is turned on and get the current network. Having an internet connection is very hard to determine. You can do this corona without a plugin. The more info plugin will check if you can talk to google.com using the native api on Android and iOS.
Corona search
https://forums.coronalabs.com/topic/27940-best-method-for-detecting-an-internet-connection/
Get more info
Not, i explain bad.
My Question is:
When connect by smartphone to a wifi without internet conecction, the smartphone ask, about if you can keep the conection with this wifi, else the smartphone dont connect with this wifi.
If dont check Yes, the smartphone is connect to this wifi but dont transfer data.
If i check yes, the connection active and run all properly.
With Wifi Manager pluging can connect to WIFI, but if dont have internet, connect but dont transfer data.
How can solved it…
I add a image with the problem… Is when try to connect a red wifi without internet…
images, i forget in the last post
I still cannot really understand the question that well. I have read you posted 4 times in my head and 2 times out loud. I make some guesses on what you are trying to say but it may not be exactly what you asking. I am guessing you are using an auto translate tool which can not only mess up your words but mine too.
After reading it a couple more times, it still sounds like you want to check if a WiFi connection actually has internet. You should see me previous post on how to do that if that is what you are asking.
I explain again.
Case 1. We go to connect to a WIFI network without access to Internet. (i know that dont have internet access, but the wifi is activated)
If we try to connect with android system wifi. Android tell me that there are not Internet access, and show a message that “there are not internet access, do you want to keep connect to the WIFI network”.
The conecction is enabled but dont transfer data. When accept “keep connect to the WIFI network”.
We can transfer data to the wifi (ping, internal web server etc…).
If we dont check YES or dont answer, is connect to the WIFI but data dont transfer, and cant made a ping and dont received data of web server…
Case 2. When connect with you pluging (Wifi Manager). Connect with WIFI network, but cant transfer data.
Is similar that we dont check YES or dont made nothing in CASE 1.
We connect but can´t transfer data.
What kind of wifi are you trying to connect to?
IOT
one device that generate a AP.
with APP Android we send the data of connection (user, pass) to this device, for connect to Wifi of home.
When this device receive this data (user, pass), connect to WIFI HOME.
Then at first time this device dont have internet connection.
what type of WiFi authencation does your network use( Wep, Wpa)?
WPA2-Personal
That pop up you are getting is not generated by the os but by the web browser. The pop up is nothing but a warning.
I check again , and the pop up is no only a Warning.
We connect again to a WIFI network without internet conection. This Time we never open the browser, instead it, we use a app for made a ping.
Try to made the ping, without check yes in keep the conexion and there are not transfer data.
See the image. please
if check YES and test again…
The transfer of data is correct…
Have you tried performing a network request after connecting to network over wifi via my plugin? I looked at the api and cannot find a pop up api.
We try again.
When use you plugin, we can connect to all wifi with Internet, without problem. The connection OK and transfer data OK.
But if we try to connect to wifi without internet conection, the conection is ok, but cant transfer data.
So, We try with other smartphone with other version of Android 5.01, 7.01 etc…
Android 4.2.1 dont ask about the conexion when connect to a wifi without internet conexion…Connect and transfer data perfect.
Ok, I added new api. It may help.
wifiManager.ping()
I am hoping it will trigger the pop-up.