Can I create a PWA using compose for desktop? Can ...
# compose-web
d
Can I create a PWA using compose for desktop? Can I do it for canvas as well?
b
No, since CfD is not a web technology
d
...thank goodness
b
You could with CfW though
c
These presentation slides show how you might set up a Kotlin/JS app to be a PWA
d
Sorry, i was referring to CfW, but using canvas
b
Hmm, now that's a lot more interesting question
Canvas API uses skia via wasm for rendering, but on the surface it's still a js web app. So same PWA strategies should apply as to DOM API
In short, @Casey Brooks slides above are still valid
d
Ok, thank you
135 Views