Added support for the browser

This commit is contained in:
Suraj Pindoria
2014-08-29 15:14:41 -07:00
parent d53a7770d9
commit b2403c6076
2 changed files with 117 additions and 0 deletions
+13
View File
@@ -218,4 +218,17 @@
</platform>
<!-- browser -->
<platform name="browser">
<config-file target="config.xml" parent="/*">
<feature name="Camera">
<param name="browser-package" value="Camera" />
</feature>
</config-file>
<js-module src="src/browser/CameraProxy.js" name="CameraProxy">
<runs />
</js-module>
</platform>
</plugin>