You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Blair Vanderhoof (JIRA)" <ji...@apache.org> on 2014/01/15 03:44:19 UTC

[jira] [Created] (CB-5795) Record without ios chrome

Blair Vanderhoof created CB-5795:
------------------------------------

             Summary: Record without ios chrome
                 Key: CB-5795
                 URL: https://issues.apache.org/jira/browse/CB-5795
             Project: Apache Cordova
          Issue Type: Wish
          Components: CordovaJS
    Affects Versions: 3.3.0
            Reporter: Blair Vanderhoof
            Priority: Minor


Current capture video experience:
1. User clicks an HTML button that triggers navigator.device.capture.captureVideo
2. User goes to an ios7 native video record view
3. User has to click record
4. Video records
5. When user feels like it, they hit stop
6. Option shows to "Use Video"
7. User hits "Use Video" and the captureVideo callback is executed

Is it possible through some undocumented APIs to do the following instead?

1. User clicks an HTML button that triggers navigator.device.capture.captureVideo
2. Video records with a custom UI created through HTML
3. When user feels like it, they hit stop which is a custom HTML button overlayed on the video
4. The captureVideo callback is executed




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)