Jerrid Schilling

Results 16 comments of Jerrid Schilling

I don't have a `bin:` folder in my path. I didn't think we should be hardcoding what version of node is being used in our `.bashrc` file. My `.bashrc` only...

I think I found a solution to your example above. In reference to [this SO post](https://stackoverflow.com/questions/45890339/stdout-is-not-a-tty-using-bash-for-node-tape-tap-spec), we need to call the node exe explicitly. They mention also that they tried...

> You mean captures/stores a video file? You expect that you'll be able to the camera plugin to record a video (instead of selecting an existing one) and the camera...

That makes sense to me. I am not incredibly familiar with Android or iOS native development either unfortunately, but I am aware of the Intent system on Android. I'd assume...

Though this is terribly simplified and vague, I did locate some [potentially useful documentation](https://developer.android.com/reference/android/provider/MediaStore#INTENT_ACTION_VIDEO_CAMERA) regarding the Android Intent that is used for opening the camera in video mode. The specific...

The [media-capture plugin](https://github.com/apache/cordova-plugin-media-capture#methods) actually supports capturing images, video, and audio each separately and it only prompts for the required permissions when and if the app makes use of one of...