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

Add ability to launch app via URL for external integration #411

Closed
fjcloud opened this issue Dec 12, 2016 · 4 comments
Closed

Add ability to launch app via URL for external integration #411

fjcloud opened this issue Dec 12, 2016 · 4 comments

Comments

@fjcloud
Copy link

fjcloud commented Dec 12, 2016

Hello, I would like to know is there a IOS URL Schemes for opening the app from a link ?

I use pushover for getting zoneminder notifications on my iphone and i want to add a link that go directly to the application.

Thanks by advance.

Florian.

@pliablepixels
Copy link
Member

Good question. Not as of today. Let me see if I can get that working.

@pliablepixels pliablepixels changed the title IOS URL Schemes link Add ability to launch app via URL for external integration Dec 12, 2016
pliablepixels added a commit that referenced this issue Dec 12, 2016
…. zmninja://<mid> takes us to live view for mid. needs more testing.
pliablepixels added a commit that referenced this issue Dec 12, 2016
@pliablepixels
Copy link
Member

pliablepixels commented Dec 13, 2016

Okay, so this works.

iOS:
zmninja:// will open zmninja. You can use the "on tap navigate to:" option in settings->event server to decide which screen to open. (You don't need to enable event server)
zmninja://?mid=XX will take you to the live view of monitor ID XX

Android:
You can't just enter the URLs in a browser (its an android specific thing). You'll have to create an HTML link with an a href for this to work.

This will be part of the next release.

@fjcloud
Copy link
Author

fjcloud commented Dec 13, 2016

Thanks you very much. :-)

@backisen
Copy link

Is it possible to get right to an event in the app?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants