The iPhone/iPad app 'Things' has a registered URI scheme. I know it exists:
things://
in Safari launches Things.
I'd like to use it from a web application.
Is there any documentation for it?
|
The iPhone/iPad app 'Things' has a registered URI scheme. I know it exists:
in Safari launches Things. I'd like to use it from a web application. Is there any documentation for it?
| |||
|
feedback
|
|
They've replied on the forums and posted an example there. They plan to put a documentation site up. Best to wait for that. But if you're impatient like me, here's the bookmarklet I'm successfully using on The iPhone: Javascript:window.location=%27things:add?title=%27+encodeURIComponent(document.title)+%27¬es=%27+encodeURIComponent(window.location) | |||
|
feedback
|
|
Ask the developers for documentation (on twitter or in the forums). Once you know the parameters you can use the URI just as a normal URL in your web app. | |||
|
feedback
|
|
I've been discussing the same thing on the forums, here: http://culturedcode.com/forums/read.php?8,48550,49111#msg-49111 I've also asked on Twitter. So far our attempts haven't discovered the parameters, and there is no documentation. Hopefully we'll get a response soon. | ||||
|
feedback
|