Skip to content

Preliminary changes for a Cordova iOS release#4852

Merged
DaleMcGrew merged 3 commits into
wevote:developfrom
SailingSteve:steveWebappJun30-1011am
Jul 1, 2026
Merged

Preliminary changes for a Cordova iOS release#4852
DaleMcGrew merged 3 commits into
wevote:developfrom
SailingSteve:steveWebappJun30-1011am

Conversation

@SailingSteve

Copy link
Copy Markdown
Member

Removed login with Facebook (for iOS) and FacebookInvitableFriends (for all), for which the implementation libraries had gone obsolete.

Add Friends from your contacts (Apple) is limping along on deprecated libraries. Hopefully it will keep on working until an updated solution emerges.

SailingSteve and others added 3 commits June 30, 2026 10:37
Removed login with Facebook (iOS) and FacebookInvitableFriends (for all), for which the implementation libraries had gone obsolete.
Add Friends from your contacts (Apple) is limping along on deprecated libraries.  Hopefully it will keep on working until an updated solution emerges.
Removed login with Facebook (iOS) and FacebookInvitableFriends (for all), for which the implementation libraries had gone obsolete.
Add Friends from your contacts (Apple) is limping along on deprecated libraries.  Hopefully it will keep on working until an updated solution emerges.

@DaleMcGrew DaleMcGrew left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @SailingSteve! 👍


if (route) {
// OpenExternalWebSite was called for an internal route (ok, but not the way it is supposed to be used)
// console.log('---------- route: ', route);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @SailingSteve, is there a reason we couldn't also call this.sendExternalLinkInfoToGTM() before the historyPush as well?

pathToUseToKeepHelping={pathToUseToKeepHelping}
photoLargeUrl={candidatePhotoLargeUrl}
politicalParty={politicalParty}
politicalParty={politicalParty.length ? politicalParty : 'Non-Partisan Primary'}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @SailingSteve we can't assume the lack of data for politicalParty means that it is either Non-Partisan or a Primary: politicalParty={politicalParty.length ? politicalParty : 'Non-Partisan Primary'}

@DaleMcGrew DaleMcGrew merged commit 2ba45bf into wevote:develop Jul 1, 2026
5 of 6 checks passed
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.

2 participants