OpenRedmine icon indicating copy to clipboard operation
OpenRedmine copied to clipboard

Wiki Images

Open jwymanm opened this issue 10 years ago • 1 comments

I'm unable to view wiki images. Is this a feature that still needs to be implemented? I can attempt to help if so. Thanks

jwymanm avatar Aug 31 '14 02:08 jwymanm

It is not implement yet. In my plan to do this, get it via ContentProvider. http://stackoverflow.com/questions/11303118/android-set-a-local-image-to-an-img-element-in-webview We are preparing to implement ContentProvider on attachment_provider branch(sandbox).

The release step is following.

  1. Implement ContentProvider
  2. Change current way to new one
  3. Change fetching data process

If you have implemented, please request pull-request. We are happy to merge it. Or other good idea, please post the issue.

indication avatar Aug 31 '14 18:08 indication