victorsoares96 / epubjs-react-native

ePub.js Reader for React Native
MIT License
157 stars 50 forks source link

Automatic text selection after swiping to the next page #288

Open Ceft7412 opened 3 months ago

Ceft7412 commented 3 months ago

Summary

I'm having this problem where the text is getting selected after swiping and going to next. The text selected is where the point I swipe the screen from, even though I am not intending to select the text, it's just automatic. For example, I put my finger to the point x and swipe to next, the same point x in the next page that contains the text are automatically getting selected. Do you know what's causing this? I tried both android emulator and my android phone, but the result is the same.

What platform(s) does this occur on?

Android

What workflow(s) does this occur on?

Expo Workflow

Environment (or package.json)

expo-env-info 1.2.0 environment info: System: OS: Windows 11 10.0.22631 Binaries: Node: 20.12.2 - C:\Program Files\nodejs\node.EXE npm: 10.5.0 - C:\Program Files\nodejs\npm.CMD SDKs: Android SDK: API Levels: 34 Build Tools: 34.0.0, 35.0.0 System Images: android-34 | Google APIs Intel x86_64 Atom, android-34 | Google Play Intel x86_64 Atom IDEs: Android Studio: AI-233.14808.21.2331.11926650 npmPackages: expo: ~51.0.18 => 51.0.18 expo-router: ^3.5.17 => 3.5.17 react: 18.2.0 => 18.2.0 react-native: 0.74.3 => 0.74.3 Expo Workflow: managed

Your .epub file

No response

Minimal reproducible example

No response

I confirm that i have

github-actions[bot] commented 3 weeks ago

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

Narzar-dev commented 1 week ago

The problem still reproduces