GitHub user becka11y opened a pull request:
https://github.com/apache/incubator-cordova-docs/pull/14
Fixes CB-856 - new iOS camera options
Added documentation for new camera option for iOS, popoverOption
and its associated CameraPopoverOptions object.
Only issue is that new CameraPopoverOptions does not appear in the right
hand side index and is a separate page (although all of the links work). I'll
need some help on file organization to fix that.
Has also been pointed out that new CameraConstant PopoverArrowDirection
should not be available on all platforms and should be iOS specific. Changing
that would modify this documentation, slightly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/becka11y/incubator-cordova-docs CB-856
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-docs/pull/14.patch
----
commit 8b0403cd5cae94f6d472fb9a5722e076bce32c2d
Author: Becky Gibson <[email protected]>
Date: 2012-06-04T07:20:16-07:00
Fixes CB-856 - new iOS camera options
Added documentation for new camera option for iOS, popoverOption
and its associated CameraPopoverOptions object.
----