I'm trying to build a file-sharing app for Kik but the Kik messenger browser seems to disable a simple html file input element like this:
<input type="file" id="input">
Why is this not working and is there any other way to upload files from within a Kik tab? I realize that there is this photo API available:
kik.photo.get
but what about other file types like video, audio etc?
Thanks!