The URI deeplink you get from desktop app is not the same that works on iOS.
On desktop, when you select and item in your library, you can use the "Copy as markdown item URI" command (cmd + shift + C) to get a deep link, that will look like this:
zotero://select/items/1_F7S96G87
Clicking this link in other applications opens zotero and the corresponding item.
HOWEVER, on iPad, if you use the same link, it will not work - it just opens the Zotero app. Seems like on iPad, the uri scheme for opening the same item is like this:
zotero://select/library/items/F7S96G87
After some testing, I realized that any link you get on the desktop app will be of the first type, and you can transform it manually to the second type. The second link will work in both the desktop and ipad app.
Can we please get this fixed? Two requests:
1) Any command in the desktop app that returns the URI link should give a link of the second type that can be opened on iPad as well
2) The ability to easily create such a link from the ipad app itself from any item
zotero://select/items/1_F7S96G87
Clicking this link in other applications opens zotero and the corresponding item.
HOWEVER, on iPad, if you use the same link, it will not work - it just opens the Zotero app. Seems like on iPad, the uri scheme for opening the same item is like this:
zotero://select/library/items/F7S96G87
After some testing, I realized that any link you get on the desktop app will be of the first type, and you can transform it manually to the second type. The second link will work in both the desktop and ipad app.
Can we please get this fixed? Two requests:
1) Any command in the desktop app that returns the URI link should give a link of the second type that can be opened on iPad as well
2) The ability to easily create such a link from the ipad app itself from any item
If you can identify which plugin is adding the "Copy as markdown item URI" function, you should let them know to update to the non-deprecated link format.
It would still be really nice to be able to get the URI on iOS. Unfortunately the iOS app does not provide any way to programmatically interact with it. If it were possible to get the item id via the share sheet of a selected item, then I could just make a shortcut that constructs the URI