Hi everyone
I'm new to Ubuntu Touch and I'm needing an app that works like Signal on Android. I've been trying to use FluffyChat and Axolotl, but they don't have video chat capabilities. I can't replace my Android phone with Ubuntu Touch until I get this functionality... so I am wanting a solution asap.
I need to develop a couple of messaging apps. One that connects with the Matrix API and another that connects with the WeChat API.
I was wanting to develop it using HTML, CSS, and JavaScript. Based on what I have found, it seems like it is possible with the help of Cordova. Cordova would provide the ability to access the hardware like the camera, microphone, etc. using HTML, CSS, and JS. The problem is, I can't get it to install or work with Ubuntu.
The instructions I found seem to be outdated - probably a few years old and it won't work. When I try it gives me various errors - I'd be more specific but I forgot what the errors were. I tried installing the 3.3.0 version but it doesn't seem to exist anymore.
Is Cordova's compatibility with Ubuntu being maintained at all? If so, does anyone have updated instructions for how to get it to work?
If it's not being maintained, what language would an app have to be in to have the ability to connect to the camera? Would it need to be QML? Python? Or something else? Are there instructions anywhere for how to do it?
I'm new to developing apps.. I generally just work on websites and build some web applications, so forgive my ignorance