mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
Merge remote-tracking branch 'origin' into v5.0-new2
This commit is contained in:
commit
fc9dcc8e64
@ -303,6 +303,10 @@ export class ContactFindOptions implements IContactFindOptions {
|
||||
* @description
|
||||
* Access and manage Contacts on the device.
|
||||
*
|
||||
* @deprecated
|
||||
* This plugin is being deprecated. No more work will be done on this plugin by the Cordova development community.
|
||||
* You can continue to use this plugin and it should work as-is in the future but any more arising issues will not be fixed by the Cordova community.
|
||||
*
|
||||
* @usage
|
||||
*
|
||||
* ```typescript
|
||||
|
@ -4,6 +4,12 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
||||
/**
|
||||
* @name Globalization
|
||||
* @description
|
||||
* This plugin obtains information and performs operations specific to the user's locale, language, and timezone.
|
||||
*
|
||||
* @deprecated
|
||||
* With the [ECMA Internationalization API](https://www.ecma-international.org/ecma-402/1.0/) now supported on iOS, Android and Windows devices, this plugin is not required any more.
|
||||
* Migrating from this plugin to the [ECMA Internationalization API](https://www.ecma-international.org/ecma-402/1.0/) is explained in this [Cordova blog post](https://cordova.apache.org/news/2017/11/20/migrate-from-cordova-globalization-plugin.html).
|
||||
*
|
||||
* @usage
|
||||
* ```typescript
|
||||
* import { Globalization } from '@ionic-native/globalization';
|
||||
|
Loading…
Reference in New Issue
Block a user