Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从远程 html 页面访问相机。我通过子浏览器加载这个 html 页面。需要在按钮上打开相机或任何本机视图点击 html 文件..
不确定这是否是最好/最优雅的可能性,但它应该可以工作:
通过单击按钮加载特定的 URL。当UIWebView页面完成加载时,它具有通知您的委托方法。
UIWebView
在– webViewDidFinishLoad:方法中检查加载的 URL 是否是您的特定按钮 URL,如果YES显示相机/任何其他本机视图。
– webViewDidFinishLoad:
YES