如何在 Worklight 应用程序中创建 html link,以使用 mime 在设备中使用默认程序打开文件?

How in Worklight application create html link, to open file with default program in device using mimes?

在简单的 html 中,link 看起来像(这只是一个例子):

<a href="110.111.112.113/path/to/file/file.pdf">File</a> 

在预览应用程序时,浏览器默认提供下载文件,然后您可以使用您想要的程序打开它。 Android/iOS 个应用程序怎么样?如果我有 link 和 mime(ex. "application/pdf")?

,我需要如何构建文件的通用路径

iOS 会自动为您处理这个问题,因为它有一个内置的 PDF 文件(在 PDF 的情况下)。 Android 没有此功能,因此您需要为其实现 Cordova 插件,或在 Android 中显示 PDF 的任何其他方法。

Worklight 不会为您处理此问题。
所以简而言之——Cordova插件。

看这里:https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-0/adding-native-functionality/