-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Reader loads really slow on Android #103
Comments
This issue is stale because it has been open for 90 days with no activity. |
Are you using an epub in base64 format? |
even i am facing the same issue on android |
@Upendra672 can you provide me with the device specifications so I can perform some tests? and if possible the .epub file or its size |
Yes I am using base64, having same problem, application is very slow, when I swipes to next page, it takes around 2min to navigate, is there any solution ? This is my code import React, {useEffect, useState} from 'react'; import { SafeAreaView, Text, Button } from 'react-native'; export default function Epub() { useEffect(()=>{ if(!basesf){ return ( ); |
I was wondering if anyone else experiences that?
It happens on all Androids, but gets even worse on older (3-4 years old) Androids.
It takes more that 2 minutes to load & parse a 500kb epub file.
(Network and connectivity are fine)
Has anyone encountered similar behavior?
Any direction on how to resolve this?
Thanks 🙏
The text was updated successfully, but these errors were encountered: