You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/02 18:09:22 UTC

[GitHub] [cordova-plugin-wkwebview-engine] freescout-helpdesk opened a new issue #178: "Take Photo or Video" causes app to crash

freescout-helpdesk opened a new issue #178:
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/178


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   
   User should be able to take a photo add to the "file" input.
   
   ### What does actually happen?
   
   The app crashes.
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   HTML:
   ```
   <input type="file" name="photo_url">
   ```
   
   ### Environment, Platform, Device
   Checked on iPhone (iOS 12.4.4) and iPad (14.0.1).
   
   ### Version information
   
   - Cordova CLI version: 9.0.0
   - Xcode version (xcodebuild -version): Xcode 11.2.1 Build version 11B500
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x ] I searched for existing GitHub issues
   - [ x] 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:
users@infra.apache.org



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


[GitHub] [cordova-plugin-wkwebview-engine] freescout-helpdesk commented on issue #178: "Take Photo or Video" causes app to crash

Posted by GitBox <gi...@apache.org>.
freescout-helpdesk commented on issue #178:
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/178#issuecomment-702884654


   Here https://github.com/react-native-webview/react-native-webview/issues/214#issuecomment-448559477 it is suggested to add `NSCameraUsageDescription` and `NSMicrophoneUsageDescription` to the info.plist. What is the right way to do it?


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [cordova-plugin-wkwebview-engine] freescout-helpdesk commented on issue #178: "Take Photo or Video" causes app to crash

Posted by GitBox <gi...@apache.org>.
freescout-helpdesk commented on issue #178:
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/178#issuecomment-703048147


   >     <edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
   >         <string>Take photo</string>
   >     </edit-config>
   >     <edit-config target="NSMicrophoneUsageDescription" file="*-Info.plist" mode="merge">
   >         <string>Record audio and video</string>
   >     </edit-config>


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [cordova-plugin-wkwebview-engine] freescout-helpdesk closed issue #178: "Take Photo or Video" causes app to crash

Posted by GitBox <gi...@apache.org>.
freescout-helpdesk closed issue #178:
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/178


   


----------------------------------------------------------------
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:
users@infra.apache.org



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