回答編集履歴
1
3rdパーティーPluginを使うしか無い
answer
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
+
外部ストレージにアクセス出来るplugingいくつか有りました。
|
2
|
+
[cordova-plugin-external-storage/plugin.xml at master · springcard/cordova-plugin-external-storage · GitHub](https://github.com/springcard/cordova-plugin-external-storage/blob/master/plugin.xml)
|
1
|
-
https://github.com/feedhenry/fh-cordova-plugin-external-storage
|
3
|
+
[GitHub - feedhenry/fh-cordova-plugin-external-storage](https://github.com/feedhenry/fh-cordova-plugin-external-storage)
|
2
|
-
|
3
|
-
plugin 他にも有るかも。
|
4
|
-
javaで外部ストレージのパスを取ってきているから*どう足掻いてもplugin無しでは無理*な気がして来ました
|