Details
-
Type: New Feature
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3 Final
-
Fix Version/s: None
-
Component/s: Containers
-
Labels:None
-
Environment:ICEmobile container, PDF download
Description
It should be possible to download a PDF in the ICEmobile container and open it in iBooks or other PDF application on the device.
Activity
Ted Goddard
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36609 | Mon Jul 08 16:51:35 MDT 2013 | ted.goddard | open current URL in compatible application (MOBI-824) |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/ios/icemobile/Container/Preferences.h
MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Container/Preferences.m MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Container/Preferences.xib |
The current URL displayed in the container can now be opened with the "Open" button in the preferences/info view. For instance, when a PDF link is followed, a menu showing iBooks will be displayed, allowing the PDF to be added to iBooks.
This allows the file integration features to be used, but has the following drawbacks: the file may not be displayable by Safari, there is no back button to leave the PDF display. A preferred technique is likely to create a new native component similar to a hyperlink, but with the effect that the link will be downloaded and displayed externally. outputResource could render a button for mobile devices that would have the download and open behaviour.