Safari ios 16.3 videotrack capabilities

We have a flutter APP that involves the camera.

We are trying to add web support for the camera.

On android zoom / flash all works, but on ios (safari / chrome) it doesn't

videotrack.getCapabilities() simply does not return any info about for example zoom or torch on ios (safari / chrome)

Is there something to be done about this? Is there no support?

Regards, IT Members

Replies

No, these capabilities are not supported by Safari on iOS. Chrome and other browsers are forced to use the same underlying browsing engine (WKWebView) and therefore do not support it either. It would be really great to have this capability in the future... one can hope.