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

fix: copy url from nativeResponse to response in native-bridge.ts #6397

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

wilgert
Copy link
Contributor

@wilgert wilgert commented Mar 15, 2023

This url is used in cordova-plugin-ionic to do live updates. Without this fix the response.url would be an empty string here:
https://github.com/ionic-team/cordova-plugin-ionic/blob/5b190675525806ea15e56d4e59eb67b74cc58c55/www/common.ts#L288
and live updates do not work.

@wilgert
Copy link
Contributor Author

wilgert commented Mar 17, 2023

I now ran prettier :-)

@wilgert wilgert force-pushed the main branch 2 times, most recently from 0052918 to 7ed2e0f Compare March 28, 2023 07:05
This url is used in `cordova-plugin-ionic` to do live updates.
Without this fix the `response.url` would be an empty string here:
 https://github.com/ionic-team/cordova-plugin-ionic/blob/5b190675525806ea15e56d4e59eb67b74cc58c55/www/common.ts#L288
 and live updates do not work.
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

Successfully merging this pull request may close these issues.

4 participants