You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A widget can access any file embedded within the widget package but it cannot access a file on your local file system. As per apple documentation "Widgets in books created with iBooks Author cannot access files in the general file system." See http://support.apple.com/kb/ht5068.
@OrNot The HTML5 file API is for accessing the user file system and therefore wouldn't do. You have to try with a good old "XMLHttpRequest". I haven't played with iBook widgets recently. You area likely to find more knowledgeable people on stackoverflow. For instance, how to load xml file and how to enable "Allow Network Access" (that dates from 2010, it might have changed, but this gives you an idea of what to look for).
No description provided.
The text was updated successfully, but these errors were encountered: