Results 416 comments of Mickaël Menu
trafficstars

I cannot reproduce this crash in the Test App. Did you or only in your own app? Do you have a stacktrace of the crash, or an error message?

Could you share the book and location where it crashes, as well as the stacktrace?

@shivshankarglassboxx Could you confirm that this PR fixes the problem for you? Thanks https://github.com/readium/swift-toolkit/pull/482

Are you able to share a book exhibiting this issue?

Thanks @stevenzeck! We can definitely up the minimum iOS version to 15 or 16 for the Test App. The toolkit must stay at iOS 13 though.

Yes I actually think doing these changes iteratively in many smaller PRs would be more convenient. For example: 1. PRs to convert XIB and Storyboards of individual screens to SwiftUI....

That makes me think that in FXL EPUB we're supposed to display the first resource on its own by default (centered or not), unless otherwise is specified explicitly. [It's something...

> This doesn't necessarily belong in the spec IMO. It could be handled by automatically adding `page: center` to the first resource if it's missing any `page` property. I agree...

Do you have a test publication or feed that I could use to reproduce the issue? I couldn't so far.

I found this alternative XML parser with XPath support which is still actively maintained: https://github.com/tid-kijyun/Kanna