swift-toolkit icon indicating copy to clipboard operation
swift-toolkit copied to clipboard

A toolkit for ebooks, audiobooks and comics written in Swift

Results 116 swift-toolkit issues
Sort by recently updated
recently updated
newest added

Hi, Im using the GCDWebServer 3.6.3 like your readme says, but get this warning: ```MobileCoreServices has been renamed. Use CoreServices instead.```

### Fixed #### Navigator * Performance issue with EPUB fixed-layout when spreads are enabled. * Disable scrolling in EPUB fixed-layout resources, in case the viewport is incorrectly set.

Parse RWPM accessibility metadata introduced in https://github.com/readium/webpub-manifest/pull/85. ## Changelog ### Added #### Shared * Support for the accessibility metadata in RWPM per [Schema.org Accessibility Properties for Discoverability Vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/).

see https://github.com/readium/readium-desktop/issues/120 and https://github.com/readium/architecture/issues/67 It implies a modification on both the testapp and the navigator.

@gregoriopellegrino commented on [Tue May 15 2018](https://github.com/readium/swift-toolkit/issues/206) When click on a link in the text the focus doesn't change, so VoiceOver remains to the origin content. Tested on iOS 11.3...

accessibility

The [EPUB Test Suite 130](http://epubtest.org/epubs/epub30-test-0130-20160116.epub) is intended to test support for RTL languages, especially Japanese (but also Hebrew and Arabic). Many pages in the test have sentences or paragraphs in...

After a quick `localStorage` check, it appears the origin is shared for all publications, and you can retrieve and clear items set in one file from any other file. It...

iOS doesn’t ship with a lot of CJK, Indic, Hebrew and Arabic fonts, which reduces the typeface selection for publications written in those scripts. CJK fonts are even so huge...

Search is supported in most OPDS catalogs, but currently the app doesn't provide any affordance for it. We need to add a search affordance either: - in the navigation bar...

When on the TOC you click on a entry, the text of the chapter appears but the focus remains on the topbar: the hyperlink anchor should be focused Tested on...

enhancement