Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T19:02:19.000Z (almost 6 years ago)
- Last Synced: 2024-12-05T23:47:32.029Z (24 days ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cordova-file-uris [![Build Status](https://travis-ci.org/Collaborne/cordova-file-uris.svg?branch=v0.1.0)](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/`.