Upload Library or captured images on iOS with Flex Mobile 4.6
Does anyone have any experience with the Camera APIs in Flex 4.6 with iOS? I'm running into a lot of setup issues and the documentation is lacking. I'm trying to setup an image upload component where a user can either capture a new photo or choose an existing from their library. For capturing, there seems to be a huge hang (like 10 seconds where the app just sits non-responsive) when the image is being saved as a JPEG, and I'm using the Alchemy swc. private var cam:CameraUI; protected function takePhotoHandler(event:MouseEvent):void { if(CameraUI.isSupported) { cam = new CameraUI(); cam