【发布时间】:2017-12-13 06:52:46
【问题描述】:
我正在使用 Cordova 制作移动应用程序。它使用聚合物 2.0 组件在数据库中创建主/子记录。
I have to add the file upload and camera feature to the same mobile application.
in index.html I am using polymer component like this :
<div style="border: 2px solid green;">
<crud-expense-mobile employee-id='1234'></crud-expense-mobile>
</div>
enter code here
This is my first mobile project. Need guidance from experts
【问题讨论】:
标签: javascript android html cordova