You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 afile://
url, my web workers now load properly.Another benefit which I've just tested is you do not need to modify
rootURL
orlocationType
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)
The text was updated successfully, but these errors were encountered: