Incubbus opened a new issue #155: No Accept/Reject-Interface after recording a 
video, exception thrown when going back to app
URL: https://github.com/apache/cordova-plugin-media-capture/issues/155
 
 
   # Bug Report
   
   ## Problem
   
   After requesting and recording a video, no "accept"/"reject"/hook/cross -or 
whatever- button is showing, so the user does not know what to do.
   When using the hardware back button the app receives an exception with code 
3 "Canceled" as if the recording was canceled, even though a recording was made.
   
   ### What is expected to happen?
   
   Any interface telling the user what to do with the video and how to return 
to the app like the X and the check mark or the "use video" and "retake" in iOS 
showing.
   
   
   ### What does actually happen?
   
   Nothing. 
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   
   Tested with an Android 6-Phone and there cross and the check mark appear 
after having a video recorded.
   
   As long as there is no way to go back into the app without triggering the 
code-3-cancel-error there is no way to get a video.
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   ```
   let options: CaptureVideoOptions = {
       duration: this.targetVideoLength,
       limit: 1
   };
   let data = await this.mediaCapture.captureVideo(options);
   ```
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   
   - Nokia 3 & Nokia 6.1, Both Android 9
   
   ### Version information
   
   ```
   Ionic:
   
      Ionic CLI          : 5.4.5 (/usr/local/lib/node_modules/ionic)
      Ionic Framework    : ionic-angular 3.9.9
      @ionic/app-scripts : 3.2.4
   
   Cordova:
   
      Cordova CLI       : 9.0.0 ([email protected])
      Cordova Platforms : android 8.1.0, ios 5.0.1
      Cordova Plugins   : cordova-plugin-ionic-webview 2.5.2, (and 18 other 
plugins)
   
       "cordova-plugin-media-capture": "3.0.2",
   
   
   Utility:
   
      cordova-res : 0.6.0 (update available: 0.8.1)
      native-run  : 0.2.9 
   
   System:
   
      Android SDK Tools : 26.1.1 (/Users/jpf/Library/Android/sdk)
      ios-deploy        : 1.9.4
      ios-sim           : 8.0.2
      NodeJS            : v12.6.0 (/usr/local/Cellar/node/12.6.0/bin/node)
      npm               : 6.10.2
      OS                : macOS Catalina
      Xcode             : Xcode 11.2 Build version 11B52
   
   ```
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to