我正在使用文件输入控件浏览我的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>