-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Links with anchor is an URL but pointing to a different URL #277
Comments
- FIX #277 - pass on referenceLinkHandler to string annotator
Thank you very much for the report. It's going to be fixed in the next beta |
Hey @mikepenz, this issue seems to still persist in v0.31.0-b04. Markdown links are not behaving as expected. The following Markdown inside the app sample incorrectly opens Google instead of JetBrains.
More relevant to my case:
results in the following error on Android:
since the wrong link gets parsed. Thanks for all the work you are putting into this library! |
…otherwise the second link overlaps the primary link causing issues - FIX #277
Thanks for reporting it once more. When going to the new compose 1.7 will have it fixed in the next one by removing the AUTOLINK if we are already having it as link. |
About the issue
If a link anchor is an URL itself but the link actual URL is pointing elsewhere, when clicked the anchor address is opened instead of the actual link URL.
E.g. if I modify the sample text by adding the following line:
and I tap on the link,
https://www.google.com
gets opened. Instead, the expected behaviour should be to openhttps://www.jetbrains.com/
.Details
Version used:
0.30.0
Checklist
The text was updated successfully, but these errors were encountered: