Socket
Socket
Sign inDemoInstall

@ionic-native/camera

Package Overview
Dependencies
4
Maintainers
7
Versions
166
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic-native/camera

Ionic Native - Native plugins for ionic apps


Version published
Maintainers
7
Weekly downloads
8,826
decreased by-7.23%

Weekly downloads

Readme

Source
Improve this doc

Camera

$ ionic cordova plugin add cordova-plugin-camera
$ npm install @ionic-native/camera

Usage Documentation

Plugin Repo: https://github.com/apache/cordova-plugin-camera

Take a photo or capture video.

Requires the Cordova plugin: cordova-plugin-camera. For more info, please see the Cordova Camera Plugin Docs.

[Warning] Since IOS 10 the camera requires permissions to be placed in your config.xml add

<config-file parent="NSCameraUsageDescription" platform="ios" target="*-Info.plist">
 <string>You can take photos</string>
</config-file>

inside of the <platform name='ios> section

Supported platforms

  • Android
    • Browser
    • iOS
    • Windows

FAQs

Last updated on 20 Aug 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc