输入类型文件在cordova应用程序中的ios文件浏览器上没有显示icloud选项

时间:2016-12-13 07:04:23

标签: html5 cordova ionic-framework

我正在使用文件输入控件浏览我的cordova应用程序中的文件。我还需要列出icloud选项,但它没有在ios平台上列出icloud选项

<html>
<head>
<title>input file test</title>
</head>
<body>
<form id="form">
<input name="myfile" type="file" onchange="angular.element(this).scope().uploadDoc()" class="image-selection" size="30" id="uploaddoc" />
</form>
</body>
</html>

0 个答案:

没有答案