我正在使用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 https://stackoverflow.com/questions/47787160
复制相似问题