satya164 / react-native-tab-view

A cross-platform Tab View component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lagging during vertical scroll when using webview on android

rveruna opened this issue · comments

Current behavior

If the content of the page is react-native-webview, the vertical scroll is lagging on android.

webview.mov

Expected behavior

Vertical scrolling should be smooth

Reproduction

https://snack.expo.dev/@verunar/native-tab-view-with-webview

Platform

  • Android
  • iOS
  • Web
  • Windows
  • MacOS

Environment

package version
react-native-tab-view ^3.3.0
react-native-pager-view ^6.0.2
react-native 0.70.4
yarn 1.22.10

Hey @rveruna,

Thanks for reporting this issue. This is actually a bug in react-native-pager-view and should be addressed there. Can you create second issue in pager repo?

Hey! Thanks for opening the issue. Seems that this issue is in react-native-pager-view library which is a dependency of react-native-tab-view. Can you also post your issue in this repo so that it's notified to the maintainers of that library? This will help us fix the issue faster since it's upto the maintainers of that library to investigate it.