-
Notifications
You must be signed in to change notification settings - Fork 95
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
Whats the difference from cordova-plugin-hostedwebapp? #27
Comments
This plugin started 2 years ago. I don't recall exactly why I didn't use cordova-plugin-hostedwebapp. But I do know that when I was researching I didn't find any apps that worked in the manner we were looking for and thus this plugin was born. I highly recommend evaluating cordovan-plugin-hostedwebapp because this plugin won't be receiving updates. I'll patch bugs but I'm no longer using it. So if it satisfies your use cases I'd say go for it. |
If thats the case, it would be nice to add a depreciation notice in favor of selected libraries. |
Thank you for the update. |
Sadly hostedwebapp doesn't seem to have any support anyway, it doesn't build with the latest cordova versions. |
remote-injection works for cordova-android@7.0.0 and cordova-ios@4.5.4, although there are some issues open for people having trouble. It shouldn't be much work to update this plugin if there is a problem with latest and you know a little bit of cordova/ios/android. A year ago or so I picked remote-injection over hostedwebapp because hostedwebapp seemed to do more that what was needed. remote-injection pretty much just does cordova/js injection with some not-great offline handling. Once Apple finally adds ServiceWorker to WKWebView, offline can be handled with js. |
cordova-plugin-hostedwebapp
appears to be aiming to achieve more or less the same goals. Unlikecordova-plugin-remote-injection
, it has handy features such as a page that can be displayed when application is offline.Was there a particular reason to create this plugin?
I am only wondering because I am researching which plugin to use.
The text was updated successfully, but these errors were encountered: