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

Commits on Apr 3, 2023

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

    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 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ee1189f View commit details
    Browse the repository at this point in the history