Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using Ionic Webview as default webview #669

Open
evoactivity opened this issue Jul 8, 2020 · 2 comments
Open

Consider using Ionic Webview as default webview #669

evoactivity opened this issue Jul 8, 2020 · 2 comments

Comments

@evoactivity
Copy link

Ionic webview has a few of benefits over using the default webview but the main benefit for corber is it's ability to set a schema and hostname. I initially switched to this plugin as I needed to load web workers using the interface offered by ember-artisans, so I now load on https://app instead of a file:// url, my web workers now load properly.

Another benefit which I've just tested is you do not need to modify rootURL or locationType and embers defaults will work out the box, assets load as they should using a root relative url /assets/i-work.png.

It's well maintained, does not rely on ionic at all and allows us to keep closer to the ember happy path (and I'm sure this would help with other libraries like vue and react)

@alexblom
Copy link
Member

alexblom commented Sep 4, 2020

I like this idea. I'm a bit behind on maintenance but will leave this open to keep track.

@runspired
Copy link
Contributor

In this same vein I think we should migrate corber to be built over capacitor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants