google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.43k stars 598 forks source link

[WebView] Test/try out the new AndroidView in 1.4.0-rc01 #1536

Closed arriolac closed 1 year ago

arriolac commented 1 year ago

The new AndroidView introduced in 1.4.0-rc01 is optimized to reuse the underlying View when used within a lazy list. WebView usage within lazy lists (LazyColumn, LazyRow, Pager, etc.) could see some performance gains with this new change.

See https://developer.android.com/jetpack/androidx/releases/compose-ui#1.4.0-rc01

bentrengrove commented 1 year ago

Tried it out but it isn't good for our use case in the 1.4 form. I will try again with 1.5.

https://review.android.com/c/platform/frameworks/support/+/2498315

drpbprateek commented 1 year ago

The provided link is broken @bentrengrove