freshplanet / ANE-ImagePicker

Air Native Extension for mobile camera and gallery features (iOS + Android)
Apache License 2.0
80 stars 48 forks source link

Android 4.1 - after record video the app dont return #9

Open fukhaos opened 11 years ago

fukhaos commented 11 years ago

After record a video and tap in save, dont return to the app. Keeping show the video area.

dornad commented 11 years ago

Which version of the ANE are you using? How did you config your callback? Which device are you using?

fukhaos commented 11 years ago

Device: Galaxy Tab 2 Version: last of master Branch (Latest binary. latest commit 504009aada - dornad authored a month ago) Yes I have config the callback works fine in IOS (I have test in iPhone, ipod and iPad) but when I finish to record the video in Android, the android try return to my app, my app close and return to video record screen.

pnico commented 10 years ago

Try including this in the manifestAdditions section of your AIR app manifest file:

<activity android:name="com.freshplanet.ane.AirImagePicker.AirImagePickerActivity" android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|fontScale" />

The "configChanges" attribute fixes issues on some Samsung devices.