compose-webview-multiplatform icon indicating copy to clipboard operation
compose-webview-multiplatform copied to clipboard

WebView Support for Web Platform

Open JagadishaIncture opened this issue 1 year ago • 3 comments

Hi ,

I Using WebView in Android,iOS,and Desktop its working fine as expected. now I wanted to extend my app to Web Experimental also. so I need to know the support for Web Platform (Web Assembly)

JagadishaIncture avatar Mar 09 '24 06:03 JagadishaIncture

@JagadishaIncture Thanks for your feedback! Please refer to this issue

KevinnZou avatar Mar 13 '24 02:03 KevinnZou

There is a workaround where you can define expect fun WebView(params...) and define the actual implementation on each platform with the same code (creates code duplication, but it works), and on JS just write an empty function (or implement).

ShmuelCammebys avatar Mar 15 '24 17:03 ShmuelCammebys

@ShmuelCammebys Thanks for your suggestions! I think will take that plan as a workaround. Thanks!

KevinnZou avatar Mar 18 '24 00:03 KevinnZou