Open devoncarew opened 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 :)
chrome.fileSystem.chooseEntry()
https://github.com/MobileChromeApps/mobile-chrome-apps/blob/master/chrome-cordova/plugins/chrome.fileSystem/fileSystem.js#L44
Looks like a dup of #211. I'm more interested in an android implementation.
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