标签: ios xamarin
我正在使用Xamarin Forms开发一个应用程序,目标是iOS,Android和Windows Phone。
使用Dependency Service,我实现了打开/预览可以是音频,视频或文本文档的文件。
Dependency Service
在Android上,我使用Intent和Android.Content.Intent.ActionView。 在Windows Phone上,我使用了Launchers。
Intent
Android.Content.Intent.ActionView
在iOS上有没有类似的简单方法来查看文件?