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

--- Comment #2 from Tor Lillqvist <t...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to