Read push notification message content
@paranoid wrote: Hi, I would like to save the received push notifications temporarily, on my local storage. For receiving push notifications I’m using the ionic native firebase plugin. When the...
View ArticleRefresher / infinite scrolling documentation
@HinderiksR wrote: Hi, We’re using both these plugins and it seems to work just fine. However we don’t really like the look and feel particularly of the pull to refresh plugin. According to the...
View Article--prod builds suddenly failing
@richardshergold wrote: I suddenly have an issue creating production builds ionic cordova run android works fine and generates a debug build on the device. But all of a sudden if I try ionic cordova...
View ArticleError: Your release platform does not have Api.js
@papaidofe wrote: $ionic cordova build – release android cordova platform add release --save Running command - failed! [ERROR] Exception: Using cordova-fetch for release@^2.4.0 Adding release...
View ArticleGet Data in Component TS
@SquallX wrote: Hi, I’ve tried to follow the Angular Documentation, but I can’t seem to pass data to my component type script file. There is my TS component : import {Component, Input} from...
View ArticleIonic 2 dynamically want to masking phone number based on country code
@VigneshwaranM wrote: I want to change dynamically the masking pattern for phone number based on the country code. So the problem which I faced is I couldn’t able to find examples for this masking in...
View ArticleA question from a newbie about versions
@Alendo wrote: Hi, I’m new about ionic, I see that there are more framework version (1,2,3). If I start a new ionic application do I need to specify the version? Is v3 the latest version? Is there...
View ArticleFirebase database structure review and need help to retrieve it
@Nagaraj035 wrote: Here I have structured my example firebase database json. I need to know whether i am doing it correctly or not. [ { "months": { "month_1":"january", "month_2":"Februrary",...
View ArticleHow to store camera image with specific name into gallery?
@ravi_sojitra wrote: I want to store captured image with camera in to gallery with specifc name. I tried using base64 data but converting base64 to blob and then writing that file to image not...
View ArticleCodigos QR ionic
@luis8 wrote: Necesito agregar a mi pagina un código QR ya creado con el barcodescanner de ionic, cuando lo creo se me crea una ventana nueva y lo necesito en mi pagina con otros datos… ayudaaa!!! con...
View ArticleHiding tabs results in black screen
@bradbeatson wrote: Hi, I’m having an issue whereby when trying to hide tabs on the event of the keyboard opening, the application screen turns black, returning when the keyboard is closed. I have a...
View ArticleNode and NPM versions
@richardshergold wrote: What is the maximum version of Node and npm I should use if I am using the latest version of Ionic CLI and Ionic App Scripts? Can we use the latest versions? Posts: 1...
View ArticleTslint weird annoying issue
@WillP44 wrote: Every build I do I get this Property 'storage' is declared but never used. L13: constructor(public http: Http, private storage: Storage) { L14:...
View ArticleHow to call a function in one page to another in ionic 2
@emiljenson wrote: Lets say i have in function getUserDetails() in my login.ts and i want to call this function again in my register.ts so that i could i avoid code repeatation. Can anyone suggest me...
View ArticleBug - plugins
@bouzafourmohamed wrote: Hello guys i am getting problem on themeable browser plugin - it was working fine and i havent changed anything in my code but after ionic cordova building ios --prod...
View ArticleProperty 'initializePreview' does not exist on type 'HomePage'
@intoccabile wrote: Hi, i have a problem with this code: import { Component } from ‘@angular/core’; import { NavController, ToastController } from ‘ionic-angular’; import { Diagnostic } from...
View ArticlePurpose of ionViewDidLeave()
@Sidharth_1999 wrote: Hello! So I made an app where there are a couple of pages with a timer. The weird thing is, even when I go to a new page, the timer from the old page continues counting down. Is...
View ArticleIonic native camera help
@pinoyprogs wrote: hi is it possible to to send the image i capture from ionic camera native into my restful services? I want to convert image to base64 pass through my restful api then save into my...
View ArticleAngularfire2: A network error (such as timeout, interrupted connection or...
@NurGuz wrote: Conexion works on web, but on ANdroid I have this error: A network error (such as timeout, interrupted connection or unreachable host) has occurred. Someone can help me? Thanks! Posts:...
View ArticlePerformance, loading page
@matejuh wrote: Even when I enable production mode, the loading is very slow. How can I tune it? It’s true, that my pages are quite big. Is there any possibility how to preload images? Posts: 1...
View Article