hi ,
my problem is how cant resolve the dns on server side when i run the app on android.
on web everything work normally and as well on emulater.
My server on cloud 9 using node js.
plz any advise how to fix this.
thanks
hi ,
my problem is how cant resolve the dns on server side when i run the app on android.
on web everything work normally and as well on emulater.
My server on cloud 9 using node js.
plz any advise how to fix this.
thanks
Maybe you are missing the http:// prefix - at least that solved it for me when i was using socket.io: the Android app requires you to use ws:// or http:// prefix to the URL. otherwise it would not work.