react-native-readium icon indicating copy to clipboard operation
react-native-readium copied to clipboard

Android: Lag in Applying User Preferences When Reopening Reading Module

Open amalStorilabs opened this issue 6 months ago • 5 comments

When we repeatedly open the reading module by going back and reopening it, there is a noticeable lag on Android when applying user preferences, such as font size and appearance. The settings initially display the default values before transitioning to the user-specified preferences. This issue is specific to Android, as iOS provides a visual indication with a loader until the page is fully rendered. I've verified that the settings variables are correctly set in the React Native code, so it appears to be an Android-specific issue.

amalStorilabs avatar Aug 08 '24 10:08 amalStorilabs