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

Construct all the server call URLs using string concatenation #30

Merged
merged 1 commit into from
May 29, 2022

Conversation

shankari
Copy link
Contributor

Instead on the relativeURL method.

This is because the relative URL appraoch does not work on iOS even though the
documentation says that it should

Relative URL doesn't work: e-mission/e-mission-docs#732 (comment)
Appending strings does work: e-mission/e-mission-docs#732 (comment)

Instead on the relativeURL method.

This is because the relative URL appraoch does not work on iOS even though the
documentation says that it should

Relative URL doesn't work: e-mission/e-mission-docs#732 (comment)
Appending strings does work: e-mission/e-mission-docs#732 (comment)
@shankari shankari merged commit baa28ee into e-mission:master May 29, 2022
shankari added a commit to e-mission/e-mission-phone that referenced this pull request May 29, 2022
This is a fix for the issue where the relative URL code on iOS doesn't work per
documentation.

Relative URL doesn't work: e-mission/e-mission-docs#732 (comment)
Appending strings does work: e-mission/e-mission-docs#732 (comment)

Includes fixes to:
- connection settings to return a string instead of a URL
    e-mission/cordova-connection-settings#22
- server-communication and server-sync to concatenate directly using strings
  instead of using a relative URL
    e-mission/cordova-server-communication#30
    e-mission/cordova-server-sync#52
shankari added a commit to e-mission/e-mission-devapp that referenced this pull request May 30, 2022
This is a fix for the issue where the relative URL code on iOS doesn't work per
documentation.

Relative URL doesn't work: e-mission/e-mission-docs#732 (comment)
Appending strings does work: e-mission/e-mission-docs#732 (comment)

Includes fixes to:
- connection settings to return a string instead of a URL
    e-mission/cordova-connection-settings#22
- server-communication and server-sync to concatenate directly using strings
  instead of using a relative URL
    e-mission/cordova-server-communication#30
    e-mission/cordova-server-sync#52
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.

1 participant