I want to know network state.
How i can checking network state?
I’m developing a app with cocos2d-js, jsb.
I want to know network state.
How i can checking network state?
I’m developing a app with cocos2d-js, jsb.
Dont know for Js if there is a built in function that handles this.
You can just do a request to a site and check for a response?
Thanks!
If there is no way can be checked, I try to use that way, too. 