Carl
Carl

Reputation: 1276

Opening iBook File on iPad from HTML Link

This is a bit of a strange question, but I have a client who's employees will be accessing an intranet site using company provided iPads. All of these iPads will have an book loaded into iBooks. They want us to link to that book from the intranet site. I can't find a way that this can be done. Does anyone know how it might be done? If not, do you know of a way that we can link to the iBooks application so that it will launch and at least give the user the menu of iBooks available on the device? Thanks in advance.

Upvotes: 0

Views: 4834

Answers (2)

AFK
AFK

Reputation: 402

You can open iBooks to a specific book now by including the assetid of the book you want to open. Example:

ibooks://assetid/1396541327

Details available on the Apple.com website - https://support.apple.com/en-us/HT202929

Upvotes: 0

Ell Neal
Ell Neal

Reputation: 6064

You can open directly to iBooks by using the url:

<a href="itms-books:">My Link</a>

This is a possible duplicate of How do I launch iBooks e-reader programmatically on iPad?

Upvotes: 1

Related Questions