Closed libreliodev closed 9 years ago
@libreliodev I'd imagine it would need extra code.
This should probably be done by intercepting ajax call with custom url: http://stackoverflow.com/questions/3941969/android-intercept-ajax-call-from-webview
I'm confused where the WebView is in the app. Is it already in the code or something that needs adding?
@libreliodev
@intrications You're right, this probably needs adding, and is a different issue. See #260
@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:
No longer needed.
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