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
echo "carthage: carthage version"
zsh: command not found: carthage
xcodebuild -version
Xcode 14.3
Build version 14E222b
Testing device
iOS version: iPAd Pro, iOS 16.4., 12.9 Inch
Is it an emulator? Yes
Reproducible also on real device.
Additional context
Are you willing to fix the problem and contribute a pull request? Yes.
Could an issue with the implementation in scrollToPosition(position, dir), or in snapOffset() functions.
I can see the same width in both the specific page (when inspected in Safari, the scrollWidth) and also in the native part, spread. Also I assume the width is correct, but the point to which the page is snapped to is either wrong or out of sync: the webview might need a refresh, or the information that the layout has been changed: maxScreenX in the js code is twice as wide as the visible page should be.
Another code that can affect this behaviour is in the native layer in
Bug Report
What happened?
The content of the epub is not correctly aligned with the page when the middle line of the split screen is dragged to either side.
Expected behavior
The content of the epub - page - should be well aligned with the app visible content area after the shift of the middle line everytime.
How to reproduce?
moby-dick-mo.epub.zip
Environment
Environment: device, simulator,
Development environment
echo "macOS:
sw_vers -productVersion
"macOS: 13.3.1
echo "platform:
uname -m
"platform: arm64
echo "carthage:
carthage version
"zsh: command not found: carthage
xcodebuild -version
Xcode 14.3
Build version 14E222b
Testing device
Reproducible also on real device.
Additional context
Could an issue with the implementation in scrollToPosition(position, dir), or in snapOffset() functions.
I can see the same width in both the specific page (when inspected in Safari, the scrollWidth) and also in the native part, spread. Also I assume the width is correct, but the point to which the page is snapped to is either wrong or out of sync: the webview might need a refresh, or the information that the layout has been changed: maxScreenX in the js code is twice as wide as the visible page should be.
Another code that can affect this behaviour is in the native layer in
The text was updated successfully, but these errors were encountered: