Ionic Native Push: on.notification() NOT called when notification is silent!
@Hesters wrote: I’m trying to use Firebase Cloud Messaging with Ionic Native to send background messages. The problem I encounter is, that the on.notification handler doesn’t get called, when I send...
View ArticlePass HTML reference in click function
@ryanalderink wrote: I am building a custom button from the ground up. This button, when clicked, should expand its height to reveal more options. The function itself is not where I have trouble, I...
View ArticleRetrieving data from Firebase with Ionic 3
@bmcgowan94 wrote: Hi there, I am making an application and I am able to write to my Firebase backend… but I am not sure how to retrieve data back from it. I am trying to retrieve only the username...
View ArticleAngularfire auth signout method isn't working after implementing tabmenu
@Sreinieren wrote: I have a logout function in my app.component.ts which looks like this: export class MyApp { @ViewChild(Nav) nav: Nav; constructor(){ this.accountMenuItems = [ { title: 'Login',...
View ArticleIon-range ionChange event not firing
@jvdisios wrote: I would appreciate if anyone could point out what I am missing. Please see the plnkr I have an ion-range control with buttons for “First”, “Prev”, “Next”, “Last” (for the plnkr I just...
View ArticleHow can I change the widht of an SplitPane
@Maclean wrote: Hi everybody, how can I change the widht of an ion-pane, make it narrow. <ion-split-pane when="lg"> <ion-menu [content]="content" > <ion-content class="BGMENU">...
View ArticleIonic View - Enter Code - Invalid or Malformed QR Code
@brianalexakis wrote: I’ve got a channel on public share When I manually type in the app ID into View App on the Enter Code page it finds and displays the app as expected. When using the QR reader, I...
View ArticleI'm new with ionic from where i can start
@hsen2012 wrote: hi guys i’m new here and i’m android developer i want to learn ionic but i don’t know from where i can begin what i should start with Posts: 2 Participants: 2 Read full topic
View ArticleError code 65 for command: xcodebuild with args deploying to IOS
@DMoney wrote: I can’t deploy my Ionic App to iOS devices even after performing all of the tasks mentioned in this forum. I followed all of the steps required for code signing so I’m no longer getting...
View ArticleWhite blank screen issue
@flycoders_sourav wrote: When i’m using this below code my application showing a blank white screen onTake(){ const options: CameraOptions = { quality: 80, allowEdit: true, sourceType:...
View ArticleWhat is the right way to push multiple image in a single array
@flycoders_sourav wrote: Below my code this.camera.getPicture(options).then((imageData) => { this.ImageData = 'data:image/jpeg;base64,' + imageData; this.photos.push(this.ImageData); //if you have...
View ArticleHow to create radio alert dynamic?
@demokumar wrote: I want to create radio alert control but options are set dynamically depending on API response Posts: 1 Participants: 1 Read full topic
View ArticleHow to dynamcally show selected radio in ionic3?
@RomnEmpire wrote: <ion-select interface="popover"> <ion-option *ngFor="let category of adminCategoriesList" [value]="category" selected="checkedSelectedCategory(category.categoryKeyId)">...
View ArticleAndroid build success but failed
@farisfirman wrote: BUILD SUCCESSFUL in 8s 45 actionable tasks: 1 executed, 44 up-to-date FAILURE: Build failed with an exception. What went wrong: Already finished Try: Run with --stacktrace option...
View ArticleHow to send multiple image to the server
@flycoders_sourav wrote: I want to submit multiple image to the server below my code onTake(){ const options: CameraOptions = { quality: 100, destinationType: this.camera.DestinationType.DATA_URL,...
View ArticleCan a app modify files in the assets folder?
@JAR19 wrote: Within the app’s assets folder I hold various json files representing the data used by the app. Assuming there is a new version of that data file on the server - is it possible to...
View ArticleTinder Application UI Free
@bharathirajatut wrote: tinder-ui-3.jpg358x666 63.2 KB tinder-ui-2.png371x663 90.8 KB GitHub bharathirajatut/tinder-ui tinder-ui - This repo has sample code for the Tinder Like Application for Ionic...
View ArticleIonic 3 Tinder Like Cards
@bharathirajatut wrote: Ampersand Academy Ionic 3 Tinder Like Cards Ionic 3 Tinder Like Cards Posts: 1 Participants: 1 Read full topic
View ArticleWhat about google maps?
@devartstudio wrote: Until 2 days ago google maps worked fine, now i have this error: ERROR: Plugin 'map_0_1020411638889' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml....
View ArticleIs it possible to add notification(icon) to native android bar?
@Vartex05 wrote: Hi, i want to display some icon in android native bar in on top of display, when changes occur. Is this even possible? Posts: 2 Participants: 2 Read full topic
View Article