Gerardo Lopez Santibañez

Results 11 comments of Gerardo Lopez Santibañez

> Another solution is just to delete the following three lines: > https://github.com/marius311/boinc-server-docker/blob/a1512c124ab4a876bca4f929f189b8a70e7ba5de/images/apache/makeproject-step3.sh#L8-L10 > > > however, with either this or your solution, boinc2docker jobs will not work. But we...

I read the component made by heroku and discover something that fix my problem https://github.com/heroku/django-heroku/blob/master/django_heroku/core.py They create the directory /staticfiles/ if it doesnt exist, so I created ALSO /static/ and...

https://github.com/GerardoLSJ/cosmic check my changes, also make sure to install all the plugins. Works in android, I'm going to check iOS soon.

my_media.play(); MusicControls.create(notificationData, function(success){ console.log('SUCCESS SHOW: '+success); },function(error){ console.log('ERROR SHOW: '+error); }); }` I know there is sound before the MusicControl.Create(), but I'm not sure if this is the best aproximation,...

I update my template: https://github.com/GerardoLSJ/cordova-download-template-to-private-directory I was getting the audio from an interal location with the plugin Media. I change to an html5 audio tag ` var audio = document.getElementById("myAudio");...

On the init it appears the title and album that I give it, after I push pause appears the URL, I'm going to try to modify this. I have to...

https://github.com/GerardoLSJ/cordova-download-template-to-private-directory This one is in Phonegap/Cordova plain, I download a song from the internet show up an "alert" and then once I push "Play" button in the simulator appears but...

Same with me but I notice that if your "path" to your audio is local, when the song is playing shows the correct information even in lockscreen (if you have...

Basicalñy just this... ` this.db = window.sqlitePlugin.openDatabase({name: 'demo.db', location: 'default'}); ` intead of this: ` this.db = $cordovaSQLite.openDB({name: 'cosmic.db'}); `