Fixed PointOfInterest template and added openUrl#153
Open
blanck wants to merge 24 commits intobirkir:masterfrom
Open
Fixed PointOfInterest template and added openUrl#153blanck wants to merge 24 commits intobirkir:masterfrom
blanck wants to merge 24 commits intobirkir:masterfrom
Conversation
Owner
|
Very nice! Thank you for the contribution. |
Owner
|
@birkir Have you merged this changes? If not kindly merge those changes. Stuck on POI Template. |
Owner
It's not ready as far as I'm concerned. |
|
@birkir Ohh, Okay. I'm waiting for this update. Its blocking me to proceed further. Can you give any possible way to use POI for now? |
Owner
|
You can easily apply patches to any packages if you want. Feel free to use changes from this PR |
|
@blanck still seeing the unsupported object issue |
| @"albumArtistButtonPressed", | ||
| // poi | ||
| @"didSelectPointOfInterest", | ||
| @"didChangeMapRegion", |
There was a problem hiding this comment.
Could we apply this only in another PR?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

PointOfInterest template has been updated with:
Parameters
Actions
Events
OpenURL method added
Store and connect controller updated to include scene. Required to enable openUrl function to open other apps from an action button. Example to open a navigation app (Maps, Google Maps, Waze) and navigate to a POI.
Example code:
const url = 'maps://?q=London&ll=51.5074256%2C-0.1271814'; CarPlay.openUrl(url);