You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2013/05/22 22:10:19 UTC

[jira] [Resolved] (CB-3452) Camera is not working when Activity launchMode is set to singleInstance instead of singleTop

     [ https://issues.apache.org/jira/browse/CB-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-3452.
----------------------------

    Resolution: Won't Fix

We use intents for our camera activity.  This is pretty much doing what we expect it to do based on this documentation.

https://developer.android.com/guide/topics/manifest/activity-element.html#lmode
                
> Camera is not working when Activity launchMode is set to singleInstance instead of singleTop
> --------------------------------------------------------------------------------------------
>
>                 Key: CB-3452
>                 URL: https://issues.apache.org/jira/browse/CB-3452
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Plugin Camera, Plugin Media Capture
>    Affects Versions: 2.6.0
>         Environment: Samsung Galaxy SIII 4G (GT-I9305) Android 4.1.2
>            Reporter: Gulian
>            Assignee: Joe Bowser
>
> Camera is not working when Activity launchMode is set to singleInstance instead of singleTop. Camera plugin is loaded but Cordova get no data from it. When launching plugin "adb logcat" says : "Camera cancelled".
> Using singleTop is very useful when your app is called with Intents, indeed you app is not reloaded, you just have to change URL in onNewIntent() method with loadUrl().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira