Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

resolveNativePath getting error 'uri'. How to debug this one? #65

@ghatul

Description

@ghatul

At least it should return error object so it will easy to debug. Not getting any clue what is happening here.

It is happening only for pdf & docs files

Here i want native file path to find original file name.

Ionic: 4
@ionic-native/[email protected]
[email protected]

Please any one can help me out.

Note: i am checking this on android emulator not on android device..

`import { FilePath } from '@ionic-native/file-path/ngx';
import { FileChooser } from '@ionic-native/file-chooser/ngx';

this.fileChooser.open().then(fileUri => {
this.filePath.resolveNativePath(fileUri).then(resolvedNativePath => {
}).catch(err=> {
console.log(err); -> it getting 'uri'
})
})`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions