You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Tobias Hardes (JIRA)" <ji...@apache.org> on 2017/01/06 08:41:59 UTC

[jira] [Created] (CB-12324) Choose default app after taking a photo

Tobias Hardes created CB-12324:
----------------------------------

             Summary: Choose default app after taking a photo
                 Key: CB-12324
                 URL: https://issues.apache.org/jira/browse/CB-12324
             Project: Apache Cordova
          Issue Type: Improvement
          Components: Plugin Camera
    Affects Versions: 2.3.0
         Environment: Windows Phone 10 / Universal App
            Reporter: Tobias Hardes


When using the following options

 let options = {
        quality: 80,
        destinationType: Camera.DestinationType.DATA_URL,
        sourceType: Camera.PictureSourceType.CAMERA,
        allowEdit: false,
        encodingType: Camera.EncodingType.JPEG,
        saveToPhotoAlbum: true
      };
      Camera.getPicture(options).then((imageData) => {.....

on Windows Phone 10, the user gets asked to choose "an app" and he needs to specifi the location to store the taken photo.

This doesn't happen on Android and iOS



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org