google / accompanist

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

[WebView] In Android 13, Compose Accompanist WebView is initially zoomed. #1718

Closed wilyyang closed 9 months ago

wilyyang commented 9 months ago

Description

In Android 13, Compose Accompanist WebView is initially zoomed. But after that, can't zoom.

It operates independently of webviewzoom setting.

and only android 13 bug

Steps to reproduce

Expected behavior

Additional context

bentrengrove commented 9 months ago

Thanks for the report. Unfortunately, Accompanist WebView has been deprecated and we are no longer providing bug fixes for it.

wilyyang commented 9 months ago

Thank you for quick response.

gaohomway commented 9 months ago

What is the replacement after deprecation?

wilyyang commented 8 months ago

i replace "AndroidView { WebView { } }".

KevinnZou commented 7 months ago

What is the replacement after deprecation?

@gaohomway https://github.com/KevinnZou/compose-webview

I have a forked version of it.