You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Website viewer in-App is great, but has mucked up hyperlinked numbered reference annotations - they no longer jump to the end of the article; they just open the viewer and do nothing. I suppose viewer needs to differentiate between:
1: in-same-page links
2: in-App links to other magazines within the App (if that's actually possible!)
3: external website links
The text was updated successfully, but these errors were encountered:
Oh nice catch! I've been meaning to explore the 'app scheme' which is how to open links into an app, or work with links within an app - so I've set that up now.
So now we can open the app directly to articles by using: newint://issues/id/articles/id
Next step next week is to write some regex to detect links that include /issues/id/articles/id and then treat them as interior links.
Website viewer in-App is great, but has mucked up hyperlinked numbered reference annotations - they no longer jump to the end of the article; they just open the viewer and do nothing. I suppose viewer needs to differentiate between:
1: in-same-page links
2: in-App links to other magazines within the App (if that's actually possible!)
3: external website links
The text was updated successfully, but these errors were encountered: