NativeScript打开操作扩展

时间:2018-01-15 14:03:22

标签: nativescript

有没有办法从NativeScript库中打开iOS Action扩展?

https://developer.apple.com/ios/human-interface-guidelines/extensions/sharing-and-actions/

基本上我正在尝试打开文本文件,因此我可以将其上传到iCloud,Dropbox或通过电子邮件发送。基本上就像Android上的“意图”。

NativeScript实现了一个名为utils.ios.openFile(this.documents.path + this.fileName)的函数,但这是一个带有共享按钮的新Windows。当我按下此按钮时,将打开动作扩展弹出窗口。是否可以直接打开弹出窗口?

TypeScript / Angular解决方案会很棒。

1 个答案:

答案 0 :(得分:0)

我写了这个插件。它会打开iOS import pytest @pytest.mark.parametrize('input', [" ", "a ", " a", " a "]) def test_names(input): with pytest.raises(errors.MyFooError) as ex: random_method(input) 和Android sharing-and-actions

https://github.com/braune-digital/nativescript-share-file