2017-07-31 43 views
0

我正在開發一個phonegap應用程序/ cordova應用程序,用於顯示屏幕上的文件,我有.true文件,其中包含json格式的文件圖像。從應用畫面上的.TRUE文件試圖顯示圖像,但我可以能夠找到該文件,即使我可以用我的應用程序Phonegap/cordova無法找到電子郵件附件文件

My application need to detect the ".true" file

打開[![] [2] [2]

[![] [3]

如果我在這裏打開文件實際上是應用程序,但我無法打開應用程序,因爲我不能在下載目錄中看到我從電子郵件附件打開的文件

回答

0

用於從其他應用程序到應用程序,我們需要使用網絡的目的,您可以通過以下鏈接 https://github.com/GroupAhead/cordova-plugin-webintent

使用此代碼下載插件在文檔設備

window.plugins.webintent.getUri(function(url) { 
if(url !== "") { 
    // url is the url the intent was launched with 
    $('p').html(url+"printing"); 
    alert("hi"); 
    alert(url); 

} 
}); 

的URL是在意圖啓動,從URL你可以訪問文件