[
https://issues.apache.org/jira/browse/CB-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595051#comment-14595051
]
ASF GitHub Bot commented on CB-8804:
------------------------------------
Github user gregavola commented on the pull request:
https://github.com/apache/cordova-plugin-camera/pull/97#issuecomment-113904035
The HTML/JS are working fine, but device ready never fires when the app
re-loaded after the picture taken. Nothing really in logcat, it just stops when
it reloads. The JS/HTML are there, just no ```deviceReady``` event.
Here is the ```logcat```
```06-21 09:56:04.566: W/ApplicationPackageManager(25832):
getCSCPackageItemText()
06-21 09:56:04.576: E/XXXX(25832): Intent Type null
06-21 09:56:04.576: E/XXXX(25832): Intent Action android.intent.action.MAIN
06-21 09:56:04.576: D/CordovaActivity(25832): Setting integer properties in
CordovaActivity will be deprecated in 3.0 on July 2013, please use config.xml
06-21 09:56:04.576: D/CordovaActivity(25832): Setting boolean properties in
CordovaActivity will be deprecated in 3.0 on July 2013, please use config.xml
06-21 09:56:04.586: I/CordovaLog(25832): Changing log level to ERROR(6)
06-21 09:56:04.596: D/CordovaWebView(25832): CordovaWebView is running on
device made by: samsung
06-21 09:56:04.626: D/CordovaActivity(25832): Request code = 34
06-21 09:56:04.656: D/JsMessageQueue(25832): Dropping Native->JS message
due to disabled bridge
06-21 09:56:04.947: D/JsMessageQueue(25832): Set native->JS mode to
OnlineEventsBridgeMode
06-21 09:56:06.668: E/ViewRootImpl(25832): sendUserActionEvent() mView ==
null
06-21 09:56:07.049: I/chromium(25832):
[INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not
supported
06-21 09:56:07.119: I/chromium(25832):
[INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not
supported```
When I open up Chrome to inspect the element, there are no errors, and it
just sits there. Any ideas?
Greg
> https://github.com/apache/cordova-plugin-camera#android-quirks
> --------------------------------------------------------------
>
> Key: CB-8804
> URL: https://issues.apache.org/jira/browse/CB-8804
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Plugin Camera
> Environment: Android
> Reporter: Serge Huijben
>
> Android Quirks
> Android uses intents to launch the camera activity on the device to capture
> images, and on phones with low memory, the Cordova activity may be killed. In
> this scenario, the image may not appear when the Cordova activity is restored.
> It can be solved bij implementing this PR:
> https://github.com/apache/cordova-plugin-camera/pull/97
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]