tschoffelen / react-native-map-link

🗺 Open the map app of the user's choice.
MIT License
672 stars 140 forks source link

Uber title not encoded when in display #268

Closed cblaze22 closed 3 months ago

cblaze22 commented 10 months ago

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

github-actions[bot] commented 7 months ago

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

tschoffelen commented 7 months ago

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.

github-actions[bot] commented 5 months ago

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

cblaze22 commented 5 months ago

Should be easy fix

github-actions[bot] commented 3 months ago

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

github-actions[bot] commented 3 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale. Please feel free to re-open if you feel this issue is still relevant.