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
IMPORTANT: Your issue might be closed if we are not able to reproduce the problem. Please take the time to describe how to reproduce it and give as much details as possible. The more effort you put in, the more chance of finding a solution.
14
+
-->
15
+
16
+
### What happened?
17
+
18
+
<!--
19
+
A clear and concise description of what the bug is.
20
+
21
+
If you can, drag and drop screenshots or a screencast to show the problem, they are super helpful to avoid misunderstandings.
22
+
-->
23
+
24
+
### Expected behavior
25
+
26
+
<!-- Tell us what you think should happen. -->
27
+
28
+
### How to reproduce?
29
+
30
+
<!--
31
+
If you can, drag and drop the publication used to reproduce the problem, after zipping it.
32
+
33
+
Then, explain the steps to reproduce the problem from the Test App (https://github.com/readium/r2-testapp-swift). For example:
34
+
35
+
1. Open book X
36
+
2. Go to chapter Y
37
+
3. Click on link Z
38
+
4. See error
39
+
-->
40
+
41
+
### Environment
42
+
43
+
<!-- Fill in the following information -->
44
+
45
+
#### Readium versions
46
+
47
+
<!-- Remove unused modules -->
48
+
49
+
*`r2-shared-swift`:
50
+
*`r2-streamer-swift`:
51
+
*`r2-navigator-swift`:
52
+
*`r2-opds-swift`:
53
+
*`r2-lcp-swift`:
54
+
55
+
#### Development environment
56
+
57
+
<!--
58
+
Paste the output of these commands:
59
+
60
+
echo "macOS: `sw_vers -productVersion`"
61
+
echo "platform: `uname -m`"
62
+
echo "carthage: `carthage version`"
63
+
xcodebuild -version
64
+
65
+
-->
66
+
67
+
#### Testing device
68
+
69
+
* iOS version:
70
+
* Model (e.g. iPhone 11 Pro Max):
71
+
* Is it an emulator? Yes or No
72
+
73
+
### Additional context
74
+
75
+
* Are you willing to fix the problem and contribute a pull request? Yes or No <!-- Help can be provided to guide you through the project -->
76
+
77
+
<!--
78
+
Share additional code showing how you use Readium, if relevant.
79
+
80
+
Output logs are useful as well.
81
+
82
+
If you already went through the codebase to find the bug, you can explain your findings here.
0 commit comments