Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epub file not loading in iPad #315

Closed
5 tasks done
sw-tt-hitendrachavda opened this issue Sep 16, 2024 · 2 comments
Closed
5 tasks done

Epub file not loading in iPad #315

sw-tt-hitendrachavda opened this issue Sep 16, 2024 · 2 comments
Labels

Comments

@sw-tt-hitendrachavda
Copy link

sw-tt-hitendrachavda commented Sep 16, 2024

Summary

i have implement the epub reader in my app. I am downloading the epub file from url and save to local and then load the local url. I have load the epub file in one screen but when i go to another screen with the same local url it's not loading and after i have to restart the app to load epub.

What platform(s) does this occur on?

iOS

What workflow(s) does this occur on?

Bare Workflow

Environment (or package.json)

expo-env-info 1.2.0 environment info:
System:
OS: macOS 13.4.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.1.0 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 10.8.1 - ~/Documents/Hitendra/ReactNative/UTR/Github/sw-tt-utr-app/utrapp/node_modules/.bin/npm
Watchman: 2024.01.22.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.1, iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1
IDEs:
Android Studio: 2023.2 AI-232.10300.40.2321.11567975
Xcode: 14.1/14B47b - /usr/bin/xcodebuild
npmPackages:
react: 18.2.0 => 18.2.0
react-native: 0.73.6 => 0.73.6
Expo Workflow: bare

Your .epub file

No response

Minimal reproducible example

<Reader
width={100}
height={100}
// width={viewWidth}
// height={viewHeight - (50 + insets.bottom)}
src={epubURL}
fileSystem={useFileSystem}
flow="scrolled-doc"
onDisplayError={error=>{
console.log("Ebook reading fail",error);
}}
onReady={() => {
console.log("book is ready")
setIsbookLoaded(true);
}}
/>

I confirm that i have

  • I looked for a solution to my problem in other open and resolved issues
  • I checked the examples provided solve my problem
  • I have verified that my problem is not caused by a third-party library
  • I cloned the project environment examples and still the problem persists
  • I'm using the latest available version of the library and its complements
Copy link

This issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label Dec 18, 2024
Copy link

This issue was closed because it has been inactive for 30 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant