-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
HTTP Lib update #1921
HTTP Lib update #1921
Conversation
this pull request resolves my issue #1883 opened some weeks ago |
after the update when i try to use the plugin, says the HTTP plugin is not installed |
@Lestjer |
@Lestjer did you uninstall the old plugin and installed the new one? |
@troyanskiy |
Indeed. With my old project it works, but if install new from scratch it does not work. |
Hi guys, I just realised that you are using our version of the HTTP plugin. We are planning to throw out AngularJS (Angular 1.x) support in the next release. See https://github.com/silkimen/cordova-plugin-advanced-http/blob/master/www/angular-integration.js#L4-L87 Will this affect your ionic native integration? I don't think so, but I wanted to ask you first. |
@silkimen Hi! First of all, thank you for supporting the plugin. |
I Don't know if I'm missing something, but it still does not work, same message:
|
@Lestjer the fix has been merged, but not yet pushed to npm. |
Hi @silkimen ionic has his own wrapper, as you see now we have your beautiful plugin here :) |
@troyanskiy Please let us know when the update is available via npm - we need SSL pinning, too :-) |
@troyanskiy Thanks for your reply. |
@flowli this PR was published in 4.2.0 https://github.com/ionic-team/ionic-native/releases/tag/v4.2.0 |
i still have same issue |
2020 and am having this issue still.. tried everything.. is there any update? do you recommend anything else? |
try call it after platform.ready, it's possible that you are calling the plugin before it's started. this.platform.ready().then(() => { |
Hello.
Since the repository
https://github.com/wymsee/cordova-HTTP
is no longer maintained I would like to propose to switch to a fork of the plugin which is maintained nicely.Thanks.