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 you have multiple screens with WebView or navigate back to a composable with a WebView, the zoom is not working anymore.
It looks like the Android WebView is not properly disposed of when the multiplatform WebView is disposed and therefore not reinitited when opening the second multiplatform WebView.
At lease the Android WebView factory is only called when the first multiplatform WebView is opened, but not when navigating to any other WebView.
It might be related to that compose-navigation 2.8.0-alpha* version is not supported yet, but I can't confirm that.
The zoom is working properly the first time you open screen with a WebView.
But as soon as you open another one, or return to the same WebView, it doesn't work anymore.
The text was updated successfully, but these errors were encountered:
This issue can only be ovserved in Android.
When you have multiple screens with WebView or navigate back to a composable with a WebView, the zoom is not working anymore.
It looks like the Android WebView is not properly disposed of when the multiplatform WebView is disposed and therefore not reinitited when opening the second multiplatform WebView.
At lease the Android WebView factory is only called when the first multiplatform WebView is opened, but not when navigating to any other WebView.
It might be related to that compose-navigation 2.8.0-alpha* version is not supported yet, but I can't confirm that.
I created a test app: https://github.com/Rumpel1984/ComposeWebViewMultiplatformZoomTest
CMP version - 1.6.11
navigation-compose - 2.8.0-alpha09
kotlin - 2.0.20
The zoom is working properly the first time you open screen with a WebView.
But as soon as you open another one, or return to the same WebView, it doesn't work anymore.
The text was updated successfully, but these errors were encountered: