[Libreoffice-bugs] [Bug 122582] Not possible to play/show a presentation

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Feb 20 16:48:01 UTC 2019


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

--- Comment #2 from Tor Lillqvist <tml at iki.fi> ---
Looking a bit at this now. The immediate issue is that the code wants to create
a full-screen iframe for the slideshow, and that apparently is not possible in
the webkit engine used on iOS (or Android, for that matter), says the internet.

But also otherwise the code will need re-work for the mobile app case, a bit
like what was necessary for the image insertion code.

Just brainstorming here, but maybe instead of adding a full-screen iframe on
the JavaScript side, what needs to be done is to in the native (Objective-C++)
code create a new full-screen web view and in that then display the generated
SVG for the slide show.

-- 
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/20190220/239fa9ef/attachment.html>


More information about the Libreoffice-bugs mailing list