- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi there,
on android I'm trying to get hold of a json file that I've stored in the www folder like so:
window.resolveLocalFileSystemURL('file:///' + cordova.file.applicationDirectory + 'www/my_asset_folder', success, fail);
However, I'm encountering the issue described under
https://issues.apache.org/jira/browse/CB-6428
Does anyone know a workaround for this on Intel XDK. We've tried both FilePlug 1.3.2 and 2.0.0 without success.
Any help would be appreciated.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Tom,
Please refer to this stackoverflow posting: http://stackoverflow.com/questions/21321335/intel-xdk-directory-browsing
The second answer by xmnboy should give you a clue on how to go about this. His answer illustrates how to play a media file but it sounds like what you are looking for.
