mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
If a user clicks on a fragment link like <a href="#info">click here to skip to info</a> we would previously crash because we would reload the bundle. This prevents the crash but the link does not work, we can't just synthesize these links with JS, because the id="info" items are usually removed by readability. To properly handle this, we probably need to preserve some id elements if they are linked to. Then we can scroll to those elements in Javascript. |
||
|---|---|---|
| .. | ||
| AppStoreScreenshots | ||
| BuildTools | ||
| Entitlements | ||
| gql-server | ||
| InfoPlists | ||
| Omnivore.xcodeproj | ||
| Omnivore.xcworkspace | ||
| OmnivoreKit | ||
| Resources | ||
| scripts | ||
| Sources | ||
| Tests | ||
| .gitignore | ||
| .swiftformat | ||
| Makefile | ||
| Omnivore-iOS.xctestplan | ||
| Omnivore-Mac.xctestplan | ||
| SafariExtension (iOS).entitlements | ||
| SafariExtension (iOS)Release.entitlements | ||
| swiftgraphql.yml | ||