Martín Peveri

Results 16 comments of 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: ![image](https://cloud.githubusercontent.com/assets/6276555/12236320/dcffae28-b857-11e5-86bf-d2f987e38234.png) This key i have: ![image](https://cloud.githubusercontent.com/assets/6276555/12236347/fece764c-b857-11e5-8616-b3e36c0e0da3.png) 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.