Operating system
Android
Joplin version
3.0.8
What issue do you have?
I noticed that external links to Joplin notes on Android only work when the Joplin-app is running in background. When the app is cometely closed and you call an external link from Android, the Joplin app will only open with the last opened note and won't open the note belonging to the external link.
Is this a known issue?
1 Like
muzak
19 July 2024 15:07
2
Yes, see this Github issue:
opened 03:53AM - 03 Nov 23 UTC
enhancement
mobile
backlog
Making an issue for the mobile part of #5168. To my knowledge this has not yet b… een implemented on any mobile platform. It seems there are a number of other bug reports that mention this, without a successful fix. https://github.com/laurent22/joplin/issues?q=is%3Aissue+x-callback & https://discourse.joplinapp.org/search?q=x-callback
Implementing this feature allows for NFC tags to be used on mobile devices with Joplin.
## Environment
Joplin version: Latest (iOS 12.12.3)
Platforms: iOS 17.0.3 and iOS 15.7.1 (and Android from what I've read, but I haven't tested).
## Steps to reproduce (iOS)
1. In app, copy the markdown link for the note. eg: `[My Test Note](:/1586e8e9da1e495eb08c7b4cdf1a6f50)`
2. Modify it to a proper external link and copy. eg: `joplin://x-callback-url/openNote?id=1586e8e9da1e495eb08c7b4cdf1a6f50`
3. Switch to a different note
4. [Optional] Close the app
5. Paste the external link into safari or other browser
6. Joplin launches, but not to the correct note
## Describe what you expected to happen
Step 6 above should launch to the correct note.
Extra: UI entry to copy the external link, similar to the markdown link in the app. Currently desktop app has this
## Logfile
No relevant entries in the logfile
#### Relevant
https://reactnative.dev/docs/linking?syntax=ios
The patch to support Android/iOS callback urls (external links) are merged in 3.0.10, please test it after you upgrade, thanks!
system
Closed
20 August 2024 19:02
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.