You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a WebView inside a HorizontalPager there is very noticeable flickering when changing pages.
This seems to be a regression in v0.31.6-rc. I first noticed this issue in versions v0.28 and earlier, but it was fixed in v0.29 onwards, and has now reappeared in v0.31.6-rc. v0.31.5-beta is fine.
Unfortunately Accompanist WebView has been deprecated and won't be supported going forwards. I am closing this issue. We recommend you fork the implemenation here and customise it to your needs. For more information please see our update blog
Description
When using a
WebView
inside aHorizontalPager
there is very noticeable flickering when changing pages.This seems to be a regression in v0.31.6-rc. I first noticed this issue in versions v0.28 and earlier, but it was fixed in v0.29 onwards, and has now reappeared in v0.31.6-rc. v0.31.5-beta is fine.
A video of the issue can be seen here.
Steps to reproduce
Run the following sample with a few different URLs:
Expected behavior
Page changes are smooth with no flickering.
Additional context
Going by the changes this may be due to #1684.
Possibly related to #1692.
This sample also reproduces #1687 when setting
userScrollEnabled = true
on theHorizontalPager
(hence the usage of buttons for paging).The text was updated successfully, but these errors were encountered: