HabitRPG / habitica-ios

Native iOS app for Habitica
GNU General Public License v3.0
711 stars 234 forks source link

Markdown Link in Checklist Not Clickable on iOS App #1326

Closed chris2k20 closed 9 months ago

chris2k20 commented 10 months ago

Describe the bug I am experiencing an issue with the Habitica iOS app where markdown links in checklist items of a daily task are not functioning as expected. When attempting to click on a markdown link within a checklist item, the item gets checked off instead of the link opening. This functionality works as expected in the Android app, but not in the iOS version.

To Reproduce Steps to reproduce the behavior:

  1. Create a daily task in the Habitica iOS app.
  2. Add a checklist to this daily task.
  3. In one of the checklist items, insert a markdown link (e.g., [Link Text](URL)).
  4. Attempt to click on the markdown link in the checklist item.

Expected behavior The expected behavior is that clicking on the markdown link should open the target URL. Actual Behavior: Instead of opening the link, clicking on it results in the checklist item being checked off. The link itself does not open or respond.

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

Additional context This issue seems to be specific to the iOS version of the app, as the same functionality works correctly on the Android version. This creates an inconsistency in user experience across different platforms.