window.requestFileSystem在android 7.0和7.1.1中不起作用

时间:2017-04-11 04:59:49

标签: android ibm-mobilefirst cordova-plugins

enter image description here我在我的mobilefirst混合应用程序中使用cordova widow.requestFileSystem来保存移动文件,它在低于7.0和7.1.1的android版本中工作正常,但在android 7.0和7.1.1中它是抛出错误代码9.Atached logcat日志为Android 7.0

 window.requestFileSystem(LocalFileSystem.PERSISTENT, 0,function(success){alert(success);}, function(error){alert("error occuered--"+JSON.stringify(error));});

0 个答案:

没有答案