MohamedRejeb / Calf

Calf is a library that allows you to easily create adaptive UIs and access platform specific APIs with Compose Multiplatform (Adaptive UI, File Picker, WebView, Permissions...).
https://mohamedrejeb.github.io/Calf/
Apache License 2.0
865 stars 37 forks source link

Webview not loading html content #39

Open Utkarsh831 opened 9 months ago

Utkarsh831 commented 9 months ago

I am trying to use web view on desktop and web. But on desktop, I am getting Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found and the web just keeps loading. Do I need to do additional setup for these platforms? Thank you for the help.