Skip to main content

Call Log

This plugin access the call history on a device and that can be filtered

https://github.com/creacore-team/cordova-plugin-calllog

Stuck on a Cordova issue?

Don't waste precious time on plugin issues.

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic’s experts offer premium advisory services for both community plugins and premier plugins.

Installation#

$ npm install cordova-plugin-calllog
$ npm install @ionic-native/call-log
$ ionic cap sync

Supported Platforms#

  • Android

Usage#

React#

Learn more about using Ionic Native components in React

Angular#

import { CallLog } from '@ionic-native/call-log/ngx';
constructor(private callLog: CallLog) { }