I'm having the strangest problem. I use James Montemagno's Cross Connectivity plugin. I use it to check connectivity to the web like so:
if (!CrossConnectivity.Current.IsConnected)
return null;
On iOS it simply works. On Android, when I debug actively either to emulator or device, it works. But when I stop debugging and just run the app, it stops seeing the my wifi and returns false. What could possible cause that?
Thanks in advance!! I am almost there.