File Path
This plugin allows you to resolve the native filesystem path for Android content URIs and is based on code in the aFileChooser library.
Premier Version Available

Featuring regular release cycles, security and bug fixes, and guaranteed SLAs.
インストール
Ionic Native Enterprise はIonic Teamが完全にサポートしメンテナンスしているプラグインを利用できます。 詳しくみる か、 エンタープライズプラグインに興味があれば 連絡ください
サポートしているプラットフォーム
- Android
利用方法
React
Angular
import { FilePath } from '@ionic-native/file-path/ngx';
constructor(private filePath: FilePath) { }
...
this.filePath.resolveNativePath(path)
.then(filePath => console.log(filePath))
.catch(err => console.log(err));