是否可以使用iPhone设备中的navigator.mediaDevices.getUserMedia显示相机选项?

时间:2019-04-23 10:41:22

标签: javascript ios sapui5

我已经使用SAP Webide开发了“拍照应用”。此应用程序在所有设备和浏览器上均可正常运行,但以下列出的问题很少。

1)在iPhone设备中,它以视频模式打开,因此无法单击照片,但是如果单击左上角存在的十字标记,则会捕获图像。我们能否使其像在其他设备中打开一样。 2)在SAP Fiori客户端中-没有可用的相机弹出选项。

// TO DO: get the object of our video player which live camera stream is running
//take the image object out of it and set to main page using global variable

var handleSuccess = function(stream) {player.srcObject = stream;};
navigator.mediaDevices.getUserMedia({video: true}).then(handleSuccess);

0 个答案:

没有答案