Skip to content

Commit

Permalink
Fixed link to issue in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
odbol committed Oct 16, 2014
1 parent 86c3dbd commit f47d39c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Android Webview (which Cordova is based upon) limits access to local files (such
For Android only. Tested on Android API 15-19.

For API >= 19, a workaround is employed to copy the video files over to your application's data directory, as world-readable.
*WARNING*: this is potentially insecure - other apps will be able to read your videos! However it is the only way to get around Chrome's strict limitations on content:// URLs. See Issue #20 for details.

*WARNING*: this is potentially insecure - other apps will be able to read your videos! However it is the only way to get around Chrome's strict limitations on content:// URLs. See [Issue #20](https://github.com/jaeger25/Html5Video/issues/20) for details.

### Install ###

Expand Down

0 comments on commit f47d39c

Please sign in to comment.