Jim Wolff
Jim Wolff
Did you ever have it working? If you don't have the server stuff running and can be found, it just goes to the blank chat page. If it works, it...
Did you add your 192.168.1.33 to the tag in config.xml?
If you want to see it running, try a local setup. I got it going on MacBook Pro with MONGODB and the server and the development. I thought the Heroku...
See issue #119. This might be because config.xml is missing native-audio and status bar. cordova plugin add is needed. Once these installed (see issue #119 for config.xml fixes) then when...
If it can't find the server running it won't go to the login screen. Don't forget to edit config.xml and config.ts before you do anything to the brand new clean...
Let x in users iterates over the users array, x representing the current user being iterated. If you aren't connected to the server (and it to MONGODB) and have accounts...
You probably should fix it and change the code and share with us all how you did it! I haven't gotten the chat to work yet. I did however get...
Yeah followed all out of box instructions, funny I got the hardest part video call working but not chat. Maybe it's a platform thing, I'm using iOS and Macs. I'm...
See issue #119. I found config.xml missing native audio and status bar. Code still runs but logs show missing. So until you add them as cordova plugins you won't have...