简体   繁体   中英

How to access Internal Phone Databases in a Cordova App

I am creating a mobile application in Visual Studio 2015 with the tools for Apache Cordova.

How can I access internal phone databases like the call log in this type of an application? I have been able to access the contact list by downloading a Git Plugin but i can't find any plugin to access the recent call log and i would like to know if there's a better plugin that works for a call log or if there's a way to access phone databases with existing code.

There is this plugin that seems to help with what you are looking for: https://github.com/dalyc/Cordova-CallLog-Plugin however it is currently only supported on Android. I do not personally think that something like this would be possible on iOS due to its security measures. I could be wrong but I wouldn't bet on it happening.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM