~dholbach/+junk/cordova-docs

« back to all changes in this revision

Viewing changes to docs/en/edge/cordova/plugins/cordova-plugin-file/filereader/filereader.md

  • Committer: Daniel Holbach
  • Date: 2014-01-22 15:50:17 UTC
  • Revision ID: daniel.holbach@canonical.com-20140122155017-oqqg7otkgc8ps8nd
remove quirks and 'supported platform' bits from plugin docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
string.  Event listeners receive the `loadstart`, `progress`, `load`,
56
56
`loadend`, `error`, and `abort` events.
57
57
 
58
 
Supported Platforms
59
 
-------------------
60
 
 
61
 
- Android
62
 
- BlackBerry WebWorks (OS 5.0 and higher)
63
 
- iOS
64
 
- Windows Phone 7 and 8
65
 
- Windows 8
66
58
 
67
59
Read As Data URL
68
60
----------------
200
192
      </body>
201
193
    </html>
202
194
 
203
 
iOS Quirks
204
 
----------
205
 
- The __encoding__ parameter is not supported, and UTF8 encoding is always in effect.
206
195
 
207
196
Read As Binary String
208
197
---------------------