Seba Fraresso

Results 10 comments of Seba Fraresso

Yes. It would be great. I´m working on it

In viewnavigator.js line 29: ``` this.rootElement = $(''); this.footer = $(''); this.header = $(''); this.content = $(''); this.rootElement.append( this.header ); this.rootElement.append( this.content ); this.rootElement.append( this.footer ); ```

> check this below image this my design i need this design but when i build ipa using > ionic cordova build ios --prod --aot --minifyjs --minifycss --optimizejs > this...

Hi @timbru31, Maybe there si something with de color selected, or color codes. I´m experiencing the same issue that @abomadi describes with color black (`#000000`), but it works well with...

Hi, is this implemented in the actual versión? `attrsAsProps: true`

> Hello, > I am trying to build --prod my angular 8 project with ngx-currency npm but this error is raise: > > ERROR in ./node_modules/ngx-currency/fesm5/ngx-currency.js > Module build failed...

> Has anyone found a fix for this issue? Did you find a solution for this???

> > > Has anyone found a fix for this issue? > > > > > > Did you find a solution for this??? > > No, actually I had...

Ionic 4 `import { FCM } from 'cordova-plugin-fcm-with-dependecy-updated/ionic';` ` this.platform.ready().then(() => { if(this.platform.is('mobile')){ console.log('*** Init push notifications') FCM.onNotification().subscribe((notif) => { this.messageService.showAlert(notif.title, notif.body); }); })`