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

IOS - Support #14

Open
andreddosantos opened this issue Sep 19, 2018 · 3 comments
Open

IOS - Support #14

andreddosantos opened this issue Sep 19, 2018 · 3 comments

Comments

@andreddosantos
Copy link

andreddosantos commented Sep 19, 2018

Does the IOS OsmandMaps app supports the API URI scheme?

Example URI:

osmandmaps://show_location?lat=50.8465565&lon=4.351697

Objective C to open an external app:
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:scheme]]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:scheme]]; }

I've tried a lot of URI in IOS and it only opens the app without regarding any commands.

@vshcherb
Copy link
Member

Unfortunately IOS app doesn't support any URLs yet

@andreddosantos
Copy link
Author

@vshcherb so you have any ideia when such feature could be available?

Regards

@vshcherb
Copy link
Member

We definitely need to move that issue to ios https://github.com/osmandapp/Osmand-ios/issues, so the team might pick up during end of release cycle. The initial use case could be implemented as a small feature request.

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

No branches or pull requests

2 participants