我试图通过PhoneGap插件找出我需要的功能是否可行并且没有找到明确的答案。
我只想澄清一下这是否属于插件的范围。
功能将是......
这是一个适用于phonegap插件的合理功能吗?
答案 0 :(得分:3)
是的,您绝对可以将该功能实现为Phonegap插件。
您可以采取的步骤如下:
- Write the native code of the functionality first (Note: You can call and start activities through Phonegap plugin).
- Create a layout (Maybe, something that will overlay the webview with transparent background).
- Use the File API of Phonegap to access the movie file you just captured.