文件名称:nativescript-share-file
文件大小:2.32MB
文件格式:ZIP
更新时间:2024-05-30 19:28:26
TypeScript
本机脚本共享文件 发送/共享文件到其他应用程序。 Android Intent,IOS InteractionController: 。 安装 在您的应用中安装插件。 npm install nativescript-share-file Android FileProvider设置 在Android上,您必须添加FileProvider定义并指定可用文件,该文件 用法 信息:共享文件应位于documents路径中。 import { ShareFile } from 'nativescript-share-file' ; import * as fs from 'tns-core-modules/file-system' ; export class TestClass { shareFile ; fileName ;