https://github.com/collaborne/cordova-file-uris
Helper function for Cordova applications to create URIs to show device files within a WebView
https://github.com/collaborne/cordova-file-uris
Last synced: 22 days ago
JSON representation
Helper function for Cordova applications to create URIs to show device files within a WebView
- Host: GitHub
- URL: https://github.com/collaborne/cordova-file-uris
- Owner: Collaborne
- License: apache-2.0
- Created: 2017-01-25T09:27:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T19:02:19.000Z (over 6 years ago)
- Last Synced: 2025-06-17T14:04:34.845Z (29 days ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cordova-file-uris [](https://travis-ci.org/Collaborne/cordova-file-uris)
Helper function for Cordova applications to create URIs to show device files within a WebView
Different webviews require different URLs to show device files. For example, iOS
WKWebView doesn't allow access to `file://` but relies on a local web server.
Hence, these files need to be accessed via `http://localhost:/local-filesystem/`.