Pitcher Hyperlinks
Supported Platforms:
Pitcher Impact iOS
Pitcher Impact Windows
Not Supported Platforms:
Pitcher Connect
Pitcher Impact Android
Adding links between different content in Pitcher can be done in 2 ways:
Using JS library.
Using Pitcher file link protocol
(*Important -> Using Pitcher file link protocol option is available for Windows for builds from build .477. For the builds that are before the mentioned version, please use openPitcherFile method from JS library.)
Protocols
When adding from PowerPoint or Keynote
http://pitcher/{content ID}
You can get the content ID of any content type from PITCHER ADMIN and jump to other content. If you want to reference the current file on a certain page, please use 0 as the content ID. e.g.
http://pitcher/0/{page number}
When adding from HTML/JS (*Important -> Do not add a target="_blank" parameter on the links. iOS 10 is blocking links with this parameter.)
pitcherFile://{content ID}/{initial page}
You can get the content ID of any content type from PITCHER ADMIN and jump to other content. The initial page is 1 based.
Important: This protocol opens the second content as a layer on top, and users can click 'done' to return to the previous page.
pitcherSlide://{contentID or . (dot) for current content}/{initial page}
You can get the content ID of any other Presentation content or use a dot to jump between content. The initial page is 1 based. Please compare with pitcherFile:// call.
pitcherHttp://{url}
You can use this protocol to utilize Pitcher Webview to render a web URL.
pitcherDo://{}
This call closes the existing page.