This library currently doesn't support Firefox and Firefox for Android since it uses the InputDeviceInfo.getcapabilities function here:
|
const capabilities = (device as InputDeviceInfo).getCapabilities(); |
Would it be possible to add an alternative or make this call optional?
This library currently doesn't support Firefox and Firefox for Android since it uses the
InputDeviceInfo.getcapabilitiesfunction here:react-camera-pro/src/components/Camera/Camera.tsx
Line 210 in d0cce40
Would it be possible to add an alternative or make this call optional?