apache / cordova-plugin-camera

Apache Cordova Plugin camera

Home Page:https://cordova.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The plugin uses deprecated navigator.getUserMedia function, can't take a picture

romulko opened this issue · comments

commented

Bug Report

Problem

The plugin uses the deprecated navigator.getUserMedia function that is currently missing.

What is expected to happen?

To have the ability to take a picture from a browser.

What does actually happen?

When I try to take a picture, it shows "Browser does not support camera :("

Information

IMG_0734

Command or Code

Environment, Platform, Device

Ipad 6 (16.2), Chrome 110.

Version information

cordova-plugin-camera: 6.0.0

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above

this was fixed here

but it's not released yet

commented

@jcesarmobile When do you plane to release a new version?