1.0.4 • Published 5 years ago

cordova-file-uris v1.0.4

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

cordova-file-uris Build Status

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:<port>/local-filesystem/.