Skip to content

The camera widget is a widget that enables PhoneGap native camera functionality within your Mendix mobile application. This is a widget that will be functional from Mendix 5.10.

License

mlaponder/CameraWidgetForPhoneGap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera Widget For PhoneGap

The camera widget is a widget that enables PhoneGap native camera functionality within your Mendix mobile application.

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository!

Configuration

Place the widget in a dataview where you want the button to be placed. Make sure this form is reachable from a mobile application.

Appearance

Image container class

The class that will be set on the image preview container.

Width

The width of the image preview.

Height

The height of the image preview.

Image Location

Where the image preview will be shown relative to the button.

Button

Label

The label text that is shown on the button.

Class

An optional class to be placed directly on the button dom node.

Behaviour

On save microflow

An optional microflow that will be triggered when the object is saved.

Autosave

Optional setting to auto-save an image to the contextobject. use the on save mf to commit the object and run further actions.

Image quality

Be aware that setting this higher will be more taxing and will take longer to upload.

Quality width

The width of the image that is eventually stored and send to the application, between 0 and 100.

Quality height

The height of the image that is eventually stored and send to the application, between 0 and 100.

About

The camera widget is a widget that enables PhoneGap native camera functionality within your Mendix mobile application. This is a widget that will be functional from Mendix 5.10.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.8%
  • CSS 2.5%
  • HTML 0.7%