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

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

    [ https://issues.apache.org/jira/browse/CB-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872797#comment-13872797 ] 

Shazron Abdullah commented on CB-5795:
--------------------------------------

This:
{code}
 "3. When user feels like it, they hit stop which is a custom HTML button overlayed on the video" 
{code}
is not possible using the current webview itself on iOS. There would need to have a separate UIWebView containing the HTML button overlaid on the video view itself, and that needs to communicate with the Cordova WebView. More the domain of a 3rd party plugin.

> Record without ios chrome
> -------------------------
>
>                 Key: CB-5795
>                 URL: https://issues.apache.org/jira/browse/CB-5795
>             Project: Apache Cordova
>          Issue Type: Wish
>          Components: CordovaJS, Plugin Media Capture
>    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)