Xavier Jurado

18pods

CordovaPlugin-battery-status

A longer description of CordovaPlugin-battery-status in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-camera

This plugin provides an API for taking pictures and for choosing images from the system's image library.

The camera.getPicture function opens the device's default camera application that allows users to snap pictures. This behavior occurs by default, when Camera.sourceType equals Camera.PictureSourceType.CAMERA. Once the user snaps the photo, the camera application closes and the application is restored.

If Camera.sourceType is Camera.PictureSourceType.PHOTOLIBRARY or Camera.PictureSourceType.SAVEDPHOTOALBUM, then a dialog displays that allows users to select an existing image. The camera.getPicture function returns a CameraPopoverHandle object, which can be used to reposition the image selection dialog, for example, when the device orientation changes.

The return value is sent to the cameraSuccess callback function, in one of the following formats, depending on the specified cameraOptions:

A String containing the base64-encoded photo image.

A String representing the image file location on local storage (default).

You can do whatever you want with the encoded image or URI, for example:

Render the image in an <img> tag, as in the example below

Save the data locally (LocalStorage, Lawnchair, etc.)

Post the data to a remote server

NOTE: Photo resolution on newer devices is quite good. Photos selected from the device's gallery are not downscaled to a lower quality, even if a quality parameter is specified. To avoid common memory problems, set Camera.destinationType to FILE_URI rather than DATA_URL.

License: Apache 2

  • Objective C

CordovaPlugin-console

A longer description of CordovaPlugin-console in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-contacts

A longer description of CordovaPlugin-contacts in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-device

A longer description of CordovaPlugin-device in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-device-motion

A longer description of CordovaPlugin-device-motion in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-device-orientation

A longer description of CordovaPlugin-device-orientation in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-dialogs

A longer description of CordovaPlugin-dialogs in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-file

A longer description of CordovaPlugin-file in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-file-transfer

A longer description of CordovaPlugin-file-transfer in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-geolocation

A longer description of CordovaPlugin-geolocation in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-inappbrowser

A longer description of CordovaPlugin-inappbrowser in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-media

A longer description of CordovaPlugin-media in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-media-capture

A longer description of CordovaPlugin-media-capture in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-network-information

A longer description of CordovaPlugin-network-information in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-splashscreen

A longer description of CordovaPlugin-splashscreen in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-vibration

A longer description of CordovaPlugin-vibration in Markdown format.

License: Apache 2

  • Objective C

Sencha

Provides a set of tools to facilitate the UI tests using EarlGrey, with a more developer-friendly API.

License: Apache-2.0

  • Swift