Also looking for a solution. It may not be a “pure” web component, but I am looking for a way to embed my app within another web page without using an iframe. I don’t even care about passing props.
T
Latest posts made by treethought
-
RE: Building web components ?
-
RE: I can't manipulate scroll position
After looking into the quasar scrollToPosition util, I found the following works:
document.documentElement.scrollTop = 0 document.body.scrollTop = 0
-
RE: Quasar workflow...
I’ve been using this makefile once I have wrapped my app. using “make run” rebuilds and pushes to your android device without changing config.xml.
https://gist.github.com/treethought/a8348210d0cee7a21320f34b75e763d7