Can I open camera in webview?

后端 未结 2 631
花落未央
花落未央 2020-12-06 02:14

Can I open android camera in webview?

2条回答
  •  死守一世寂寞
    2020-12-06 03:07

    As far as I know this isn't built into the Android API directly. However, you can use PhoneGap, which provides Javascript hooks into native device functionality (i.e., the camera).

    You can view a list of supported features here, and read their Camera API documentation here.

提交回复
热议问题