ios web视图访问摄像头

时间:2018-05-14 07:22:21

标签: ios swift

任何机构都有想法,如何通过iOS中的网络视图应用访问相机?

目前正在使用Xcode 9 swift。但如果需要,我愿意改变完整的编码。

目前正在使用WKWebview

请参阅此链接以查看我的编码。 " iOS web view application accessing the camera objc"谢谢。

1 个答案:

答案 0 :(得分:-1)

您可以在更改网址时打开相机。 如果您的URL将在下面更改方法将调用,您可以在函数内写入打开相机的代码

// this is delegate method called while changing url.

(BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType{

//Code for camera after checking url

}