Martín Peveri
Martín Peveri
I sent the pull request.
Hi @BlastPy, the problem is solved as well: In the file loader.py add this: try: from importlib import import_module except ImportError: from django.utils.importlib import import_module
@kumaresan-cgvak hi, i have this code: ``` function onDeviceReady(){ try { var pushNotification = window.plugins.pushNotification; pushNotification.register(successHandler, errorHandler, {"senderID":"myprojectnumber", "ecb":"onNotification"}); } catch (e){ $scope.msjpush = "Error notification push: " + e;...
@kumaresan-cgvak Yes, my project number is my senderId, in my code not have "myprojectnumber" if not the original "project number" of the console google. Any idea?. Thanks so much!
@kumaresan-cgvak Does nothing :(
@kumaresan-cgvak Yes, my os version is Android 4.1.2, version kernel 3.4.0. This apis I have enabled:  This key i have:  Any data more you need?.
@kumaresan-cgvak hey my friend, i have this error in the console chrome (web view). The code before, return this error in the console: Uncaught (in promise) ReferenceError: onNotification is not...
I found the problem, i am use Ionic and ionic use angular. I have one controller like this. ``` (function(){ "use strict"; angular.module('MyApp') .controller('MyController', function($scope){ //My functions... One of these...
@kumaresan-cgvak hi, this not found: ``` $scope.onNotification = function (e) { }; ``` Same error "ReferenceError: onNotification is not defined". More details that this error not have. The console with...
@Progi1984 Hi not yet. They still did not give it to me, but I'm researching which library I can use to read that file.