MobileChromeApps / mobile-chrome-apps

Chrome apps on Android and iOS
BSD 3-Clause "New" or "Revised" License
2.5k stars 347 forks source link

chrome.fileSystem.chooseEntry() doesn't support openDirectory #241

Open devoncarew opened 10 years ago

devoncarew commented 10 years ago

The mobile chrome.fileSystem.chooseEntry() implementation doesn't support the openDirectory option. This is needed for apps that want to be able to select a directory to write arbitrary files. An IDE for instance :)

https://github.com/MobileChromeApps/mobile-chrome-apps/blob/master/chrome-cordova/plugins/chrome.fileSystem/fileSystem.js#L44

devoncarew commented 10 years ago

Looks like a dup of #211. I'm more interested in an android implementation.