Files
Manuel Beck 90ad137398 fix(ios)! remove iPadOS popover code (#941)
- On iPadOS it was possible to configure a popover for setting the position, width and arrow position of the popover.  The code used the deprecated `UIPopoverController`, which would have to be fixed. To keep the plugin also maintainable, this was removed.
- The popover could repositioned with a `CameraPopoverHandle` on a `window.onorientationchange`. This was removed also.
- Removed documentation for popover from `README.md`
2026-01-15 17:26:37 +01:00
..
2015-03-10 17:01:00 -07:00

iOS Tests for CDVCamera

You need to install node.js to pull in cordova-ios.

First install cordova-ios:

npm install

... in the current folder.

Testing from Xcode

  1. Launch the CDVCameraTest.xcworkspace file.
  2. Choose "CDVCameraLibTests" from the scheme drop-down menu
  3. Click and hold on the Play button, and choose the Wrench icon to run the tests

Testing from the command line

npm test