I have problem in my app , when I run the app in local host it\'s working without problem and I can see the channel list but when I try to test the app by physical device it
I had the same issue. If you are using cordova higher than 4.0 you will have to run cordova plugin add cordova-plugin-whitelist
cordova plugin add cordova-plugin-whitelist
You can check your cordova version by running cordova -v
cordova -v
Happy Coding.