multiplatform-markdown-renderer icon indicating copy to clipboard operation
multiplatform-markdown-renderer copied to clipboard

Citations Not Clickable on Android

Open StarMobileDev opened this issue 1 year ago • 3 comments

About this issue

We are experiencing an issue with the markdown library on Android, where the citations it renders are not clickable. Despite our extensive efforts to troubleshoot and resolve the problem, we have not been successful. We have ensured that our use of the library aligns with the guidance provided in the Usage section of the README.md and example apps.

Steps to Reproduce

  1. Integrate the library into an Android project as per the instructions in the README.md.
  2. Observe that the citations do not behave as clickable links.

Expected Behavior

The citations should be rendered as clickable links, allowing users to navigate to the referenced sources.

Below is an example of our UI.

Screenshot 2024-08-30 at 10 39 31 AM

Details

  • [x] Used library version
  • [x] Used platform

Checklist

StarMobileDev avatar Aug 30 '24 18:08 StarMobileDev

Can you please provide a short code example to reproduce this issue?

mikepenz avatar Aug 30 '24 19:08 mikepenz

Maybe the problem is that the citations are local document hrefs and you need to implement click handler to scroll the view to the reference?

chokokatana avatar Sep 09 '24 11:09 chokokatana

@chokokatana thanks for the additional input. Didn't think of that.

@StarMobileDev can you please confirm if this is the behavior you expect? or the links are pointing to external sources?

mikepenz avatar Sep 13 '24 16:09 mikepenz

Closing due to inactivity. please re-open if still relevant

mikepenz avatar Nov 01 '24 09:11 mikepenz