E5B9 Cordova-Examples/readtextfile at master · sebasstrogg/Cordova-Examples · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Read a text file Example

This example demonstrates how to read a text file. To run, add the FileSystem plugin:

cordova plugin add org.apache.cordova.file

When run, the code will read the contents of index.html and place it in the textarea.

0