-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Internal HTML notelinks does not work in the mobile app #6515
Comments
What I got so far for a link as image is nesting, which worked fine either on Windows and Android: Now for NoteOverview, the last thing I tried was |
@NicoleSigaud Your comments are about image links, the issue detailed here is about links to notes. |
I was able to reproduce this on an android emulator and physical android device. |
@Tolu-Mals I'm glad you did! SO, as for the Joplin small logo before the links, it's there for good, isn't it? |
|
@Tolu-Mals, did you look into this issue? What happens when the link is clicked - is there any error or message in the console? If not, you'll probably need to find where the click event is caught and how it is currently processed. |
Yes I looked into the issue. There's only a console warning "Possible unhandled promise rejection". I can see that the event is being processed inside the useOnMessage hook. I'll take a look at it. I also plan to log out html that's been used in the Webview to see what I can find. |
So I logged the html generated in useSource to the console. Output when using HTML Links
Output when using MD Notation Links
I'm still looking into why this happens and how to fix it. |
I discovered that the I discovered this by adding I'll read the documentation on markdown-it plugins to see how to fix this. But I don't understand why the desktop app is able to open html notation joplin file links since it uses the same renderer the mobile app does. Does the desktop app handle links in a different way? |
When an HTML link is used instead of the markdown notation to refer to another note, the link does not work in the mobile app.
Environment
Joplin version: 2.7.2
Platform: Android
OS specifics: 10
Steps to reproduce
Describe what you expected to happen
Internal links with HTML notation should work
The text was updated successfully, but these errors were encountered: