Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Nativescript 中构建书签管理器应用程序。我正在寻找与网络意图相关的插件,但我可以找到任何。如果有人有任何想法来实现类似这个React native plugin for intent 的类似功能,请帮助
提前致谢
这在 Android 上非常简单,您可以使用JavaProxy创建一个活动,或者如果您想在共享时打开您的应用程序本身,则只需使用您的 NativeScript 活动,intent-filter在AndroidManifest.xml文件中的该活动下添加相同的内容。
intent-filter
AndroidManifest.xml
在 iOS 中,有一个用于构建应用程序扩展的选项功能请求。但是Github上仍然有一些用于应用程序扩展的 POC,这似乎需要一些手动步骤,如 Github 问题中所述。