Mention features available in the Phone Gap Cameraoptions?

devquora
devquora

Posted On: Feb 22, 2018

 

The available features in Phone Gap Cameraoptions are:
  • Quality: This feature tells the user the quality of the saved image that ranges from [0,100]
  • Destination Type: This feature helps you Choose formats of return value. Defined in navigator.camera.Destinationtype.
  • Source Type: This feature sets the source of the image. Defined in navigator.camera.
  • AllowEdit: Before selection of a picture, this feature lets you do simple editing of the image.
  • Encoding Type: This feature determines the encoding type of returned image.
  • TargetWidth: This feature allows you to set the image width.
  • TargetHeight: This feature lets you set the image height.
  • Media Type: Through this feature, you are able to set media type to be selected from.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    PhoneGap Interview Questions

    What is Phone Gap and why do we use it?

    Phone Gap and its use: It is open source framework, which enables the user for developing applications for the mobile p..

    PhoneGap Interview Questions

    What do we need to develop in Phone Gap?

    In Phone Gap, we need the following things for different operating systems:For iOS: iOS SDK (System Development Kit),..

    PhoneGap Interview Questions

    List and Explain some of the Phone Gap events?

    Some of the events of Phone Gap are:Pause: The pause event is emitted when the user switches away from the app and ..