The reader area is not fixed. #336
Unanswered
smcha-dcodelab
asked this question in
Q&A
Replies: 1 comment
-
Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently checking the rendering area on a device using the examples provided by the Expo project with a simulator and the Expo Go app.
The Reader area moves like a debounce effect when dragged vertically. When dragging up or down, the image moves up and down.
<Reader src="https://s3.amazonaws.com/moby-dick/OPS/package.opf" fileSystem={useFileSystem} width={width} height={height} enableSwipe={false} />
I used the option enableSwipe={false}, but it does not work.
It seems that there is no option to lock it and prevent this movement.
The simulator I tested was on iOS 18.1 with an iPhone 13 Pro.
I would like to know if you could update the guide regarding this issue or if there are any plans for an update in the near future, even though I understand you might be busy.
I genuinely want to make good use of the open-source project you have developed.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions