[Libreoffice-bugs] [Bug 128510] Opening a template file should be possible using the iOS app

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Apr 14 17:36:33 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=128510

--- Comment #1 from Tor Lillqvist <tml at iki.fi> ---
Created attachment 159561
  --> https://bugs.documentfoundation.org/attachment.cgi?id=159561&action=edit
Attempted (not working) patch.

Notes to self: I spent half a day today looking at this. My attempt was to add
template types to the Info.plist, and then handle the template types specially
in -[UIDocumentBrowserViewController documentBrowser:didPickDocumentsAtURLs:],
loading the template into core LO, saving as the corresponding document type,
and then loading that for editing. But that did not work, sandboxing prevents
opening a file outside the sandbox at that stage. Documents chosen by the user
have to be opened through the UIDocument machinery, as happens for normal
documents.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200414/752ab939/attachment.htm>


More information about the Libreoffice-bugs mailing list