Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/`.