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

Uber title not encoded when in display #268

Open
cblaze22 opened this issue Jan 17, 2024 · 2 comments
Open

Uber title not encoded when in display #268

cblaze22 opened this issue Jan 17, 2024 · 2 comments
Labels
bug Unexpected behaviours and bugs

Comments

@cblaze22
Copy link

cblaze22 commented Jan 17, 2024

When sending a title to Uber it is displayed as not encoded. Is there something we can do to fix that? Google, Apple and Waze work just fine.

const result = await getApps({
        latitude: data?.data?.dirs?.lat,
        longitude: data?.data?.dirs?.lng,
        title: data?.t,
        googleForceLatLon: true,
        alwaysIncludeGoogle: true,
      });

1BE80430-2CBB-4DC5-A80E-13C08396A7B4

Copy link

This issue is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale Issues that haven't been updated recently label Mar 29, 2024
@tschoffelen tschoffelen added the bug Unexpected behaviours and bugs label Mar 29, 2024
@tschoffelen
Copy link
Member

We might have to encode this differently, for example by using + instead of %20, or maybe it likes just no encoding whatsoever. I'm not able to give this a try at the moment, but happy to accept a PR to fix this.

@tschoffelen tschoffelen removed the stale Issues that haven't been updated recently label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behaviours and bugs
Projects
None yet
Development

No branches or pull requests

2 participants