Has anyone figured out how to get a webview workin...
# compose-desktop
z
Has anyone figured out how to get a webview working on desktop? i found some older threads discussing it but havent found a complete solution. I wanna make a multiplatform webview library in response to google accompanist deprecating their webview module. I tried the java fx gradle plugin but that brings in the java plugin which android gradle plugin then complains about
p
Saw someone doing that not long ago. I don't recall but must be on GitHub. I know, GitHub search engine isn't user friendly but give it a try, you might find something with the right search terms
j
Haven’t looked much into the code but your question reminded me of this https://kotlinlang.slack.com/archives/C01D6HTPATV/p1691572031469239
👆 2
👆🏻 1
z
oh this repository has just what I needed. thank you!
It's coming together
i have no clue why text is just gone
If I build my sample app using the
packageUberJarForCurrentOS
task, then I run
java -jar
on the output. It displays text, but if I just use the
run
task theres no text.