libreliodev / android

Android Customizable Reader - Librelio Digital Publishing Suite
www.librelio.com
226 stars 129 forks source link

Make it possible to include downloaded data via ajax #257

Closed libreliodev closed 9 years ago

libreliodev commented 10 years ago

We are going to use more javascript in the near future. We will need to be able to do the following:

@intrications Does this require some additional coding? Thanks.

cc @serverfire

intrications commented 10 years ago

@libreliodev I'd imagine it would need extra code.

libreliodev commented 10 years ago

This should probably be done by intercepting ajax call with custom url: http://stackoverflow.com/questions/3941969/android-intercept-ajax-call-from-webview

intrications commented 10 years ago

I'm confused where the WebView is in the app. Is it already in the code or something that needs adding?

@libreliodev

libreliodev commented 10 years ago

@intrications You're right, this probably needs adding, and is a different issue. See #260

libreliodev commented 10 years ago

@intrications

I'm not completely sure of the full scope of the issue, e.g. "download contents using our native downloader" - is this implemented in the iOS app yet

By native downloader, we mean the features related to buying and downloading developed for pdf files. Instead of pdf, we would download xml, json or csv files, and then "read" the downloaded data via a specific. For the time being, we only have a csv reader. We need to make sure the following features work properly:

deepiksdev commented 9 years ago

No longer needed.