Hi,
Looking for some help to get started
I have an existing responsive web app and I would like to reuse this and wrap it in a webview. Is this possible with ionic? If so, how could I set it up?
Thanks,
Maarten
Hi,
Looking for some help to get started
I have an existing responsive web app and I would like to reuse this and wrap it in a webview. Is this possible with ionic? If so, how could I set it up?
Thanks,
Maarten
Ionic is just a UI component library. What you want explore is Capacitor, a sister project. This is part the handles the wrapping of the web view into a native application. It is framework independent, so you should be able to drop your existing web app into it.
Hi Chris,
Thanks for you swift reply.
I am using liquid templates in my html, is this compatible with capacitor? Or is it possible to only load in an external website through a webview or iframe or something like that?