Go to file
Kevin Woram 6f4fef8479 CB-5599 Android: Catch and ignore OutOfMemoryError in getRotatedBitmap()
getRotatedBitmap() can run out of memory if the image is very large:

http://simonmacdonald.blogspot.ca/2012/07/change-to-camera-code-in-phonegap-190.html

If this happens, simply do not rotate the image and return it unmodified.  If you do not catch the OutOfMemoryError, the Android app crashes.
2013-12-06 14:50:59 -05:00
docs Fix require paths that were broken by plugin id changes 2013-06-28 21:39:07 -04:00
src CB-5599 Android: Catch and ignore OutOfMemoryError in getRotatedBitmap() 2013-12-06 14:50:59 -05:00
test 1. User Agent detection now detects AmazonWebView. 2013-10-30 11:49:00 -07:00
www getPicture via web activities 2013-12-03 13:09:27 -08:00
.gitignore ignore stuff 2013-07-15 18:02:42 -07:00
LICENSE [license] adding apache license file 2013-08-06 14:42:09 -07:00
plugin.xml [CB-5565] Incremented plugin version on dev branch. 2013-12-04 15:32:03 -08:00
README.md updated namespace, name tag and readme 2013-08-14 14:37:25 -07:00
RELEASENOTES.md [CB-5565] Updated version and RELEASENOTES.md for release 0.2.5 2013-12-04 15:16:30 -08:00

cordova-plugin-camera

To install this plugin, follow the Command-line Interface Guide.

If you are not using the Cordova Command-line Interface, follow Using Plugman to Manage Plugins.