How can we integrate Call history / call logs in our ionic latest app?
I mean to say these plugins are not useful for latest ionic version (angular-2) .I need to know how can I show a phone call history in my ionic-v2(latest) app.
View ArticleHow to keep the user logged in as long as he didn't log out
i don't have any code yet.i made some tests using a counter like in the github page of ngstorage.i was just trying to figure it the difference between the things i mentioned before.now from...
View ArticleRemove back button
/* CSS */[show]{ display: block !important;}/* ion- nav *//* <ion-navbar class="white_bg" hideBackButton> <ion-butto*/ns start left> <button ion-button show menuToggle> <i...
View ArticleApp version not showing
Hi There, I am trying to show the App version number, and I think I set it up correctly, but nothing is shown.This what I have done so far: In the app.module.ts, I included: import { AppVersion } from...
View ArticleFile chooser plugin for iOS
@abhisheklamrood have you found any solution for that? I also have to upload document from IOS device to server. Please share findings.Thanks!
View ArticleIonic is not building iOS app because of @ionic-cloud
This is ionic info global packages: @ionic/cli-utils : 1.4.0 Cordova CLI : not installed Ionic CLI : 3.4.0 local packages: @ionic/app-scripts : 1.3.7 @ionic/cli-plugin-cordova : 1.4.0...
View ArticleIon-input/textarea within an ion-slide doesnt work
Hi,Thats my html-code: <ion-slides #mySlider initialSlide={{this.page}} (ionSlideDidChange)="slideChanged()"> <ion-slide *ngFor="let a of applications; let i = index"> <ion-list...
View ArticleIonicDeepLinkPlugin don't fire deeplink event to JS
Hi! I'm implementing deep-link in ionic, in Android works fine but in IOS don't send the url to the JS. The plugin is capable of opening the app but the function handleOpenURL is never called. When I...
View ArticleIon-input/textarea within an ion-slide doesnt work
Are you using ionic v1 or v2?In V1 syntax of input type text is: And in upper code it is of v2
View ArticlePossible to bind to ion-grid directives?
works great, thank you! I actually tried something very similar: <ion-col col-3 [attr.push-3]="shouldPush"> but when binding to a boolean it was resulting in <ion-col push-3="false">which...
View ArticleContinuous Integration in an Ionic App?
I have a question regarding continuous integration service such as travis CI or other to use with Ionic application when in development mode. Is anyone using it (especially for production level apps)?...
View ArticleApp is run forever
anivaishu: I set custom icon for notification.But I need transparent icon.How can I generate transparent icon With photoshop or other software : replace white background by transparency
View ArticleSelect Box Labels Right Aligned?
I'm totally stumped as to whether this is normal behaviour or not. It certainly doesn't feel right and I'm clueless as to how to fix this. Does anyone have any ideas why these multiple selects appear...
View ArticleHow to support image display sizes on multiple resolution device
How is density specific images to be bundled and consumed in Ionic 3 Eg 2x 3x (ios) and android (xhdpi, xxhdpi, xxxhdpi). How should I ask my designers to provide me assets.What would be an ideal way...
View ArticleAvoid tslint warnings (All imports are unused)
Hello Experts Given:- IONIC 3- ionic serve works perfectly.- the console shows[13:12:53] tslint: src/pages/login/login.ts, line: 2 All imports are unused. L1: import { Component } from...
View ArticleFile chooser plugin for iOS
@UmarRasheedI have managed to implement this https://github.com/jcesarmobile/FilePicker-Phonegap-iOS-Plugin successfully, although this plugin only lets you select data using third party data...
View ArticleFile chooser plugin for iOS
Okay, Thanks! Please share you finding if you found that in future.
View Article