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
I've come into this library with stackoverflow suggestions to Android bug with Webview and NestedScrollView.
The replacement is very easy and I've got rid of the app crush on large web pages. However, the scrolling not same as the default CollapsingToolbarLayout.
The webview scroll into the CollapsingToolbar as soon as scrolling started.
The CollapsingToolbar coming down very fast on down scrool
I think the CollapsingToolbar and the webview scrolls together.
The text was updated successfully, but these errors were encountered:
kelalaka153
changed the title
NestedWebview's Scrool not same as in CollapsingToolbarLayout
NestedWebview's Scroll not same as in CollapsingToolbarLayout
Jul 3, 2019
I've come into this library with stackoverflow suggestions to Android bug with Webview and NestedScrollView.
The replacement is very easy and I've got rid of the app crush on large web pages. However, the scrolling not same as the default CollapsingToolbarLayout.
I think the CollapsingToolbar and the webview scrolls together.
Can we solve this?
XML
The text was updated successfully, but these errors were encountered: