Code Monkey home page Code Monkey logo

Comments (8)

pwlin avatar pwlin commented on June 22, 2024

Hi @Gillardo can you please take a look into this issue? Does this have something to do with the recent PR changes we merged into the master? Thanks very much.

from cordova-plugin-file-opener2.

Eeems avatar Eeems commented on June 22, 2024

I'm also having this issue.

from cordova-plugin-file-opener2.

Gillardo avatar Gillardo commented on June 22, 2024

Sorry been bit busy. I will check this soon. The pr changes were done by
someone else but i can look still. I am using the plugin but i am using the
full device path and it works for me
On 5 Dec 2015 01:06, "Nathaniel van Diepen" [email protected]
wrote:

I'm also having this issue.

β€”
Reply to this email directly or view it on GitHub
#51 (comment)
.

from cordova-plugin-file-opener2.

pwlin avatar pwlin commented on June 22, 2024

Thanks @Gillardo for looking into it. Maybe @ielcoro knows how to fix this?

from cordova-plugin-file-opener2.

ielcoro avatar ielcoro commented on June 22, 2024

I will look into it

from cordova-plugin-file-opener2.

pwlin avatar pwlin commented on June 22, 2024

Thank you very much @ielcoro !

from cordova-plugin-file-opener2.

zulalay avatar zulalay commented on June 22, 2024

i tried to use path "ms-appdata:///local/cache.pdf" and it looks like it works!

i used 'ms-appdata:///local//cache.pdf' before which didnt work. (difference is the extra '/')

however i think that generally correct way to describe the path should be with double "/".
i get the path value using new Ext.device.filesystem.FileEntry(fileName, filesystem).getEntry(...)
and it returns the path with double "/".

from cordova-plugin-file-opener2.

ielcoro avatar ielcoro commented on June 22, 2024

@zulalay sure, the extra / is wrong, paths should use only one /.

I think that what you are sawing when calling Ext.device.filesystem.FileEntry is visual studio and .net escaping the value /, however under the hood it does not have two / at all, only one.

from cordova-plugin-file-opener2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.