目前工作上有使用Cordova開發Mobile App
最近遇到一個很奇怪的問題,只要在S3上使用照像功能就會造成App Crush…
後來發現是因為相素太高,造成out of memory
後來網路上有提供相當多解法
http://community.phonegap.com/nitobi/topics/phonegap_camera_crash_on_android_4_1_2_samsung_galaxy_s3_htc
而我自己是使用以下的解法
http://community.phonegap.com/nitobi/topics/samsung_galaxy_s3_camera_crash
在AndroidManifest.xml中所有的activity中加上
android:alwaysRetainTaskState="true" android:launchMode="singleTask"這個屬性就可以了