Description: It's possible to start a presentation in fullscreen mode on iOS. However there is no user visible way (at least for me) to close the fullscreen presentation mode in iOS 13. In iOS 12.x a fullscreen presentation could be closed with a "swip up". Steps to Reproduce: 1. Open a presentation in impress on iOS 2. Start fullscreen presentation 3. Try to stop/close the presentation to go back in to the edit mode Actual Results: There is no user visible way to stop/close a fullscreen presentation. Expected Results: E.g. swipping up should stop/close the presentation. Reproducible: Always User Profile Reset: No Additional Info: This is a new issue in iOS 13, it worked in iOS 12.x
Moving to NEW as agreed in the ESC meeting
Seems to be caused by a bug or misfeature in iOS 13: The WebKit software identifies itself as a Macintosh, not an iOS device. See https://forums.developer.apple.com/thread/119186 . Out slideshow JavaScript code uses the navigator.userAgent string to determine whether to set up the iOS-specific touch gesture recognizers.
Also see https://stackoverflow.com/questions/58019463/how-to-detect-device-name-in-safari-on-ios-13-while-it-doesnt-show-the-correct
Fix in https://gerrit.libreoffice.org/#/c/81404/
Tested with 4.1.69. I think this issue can be closed now. Thanks a lot to the Collabora Team and especially to Tor for fixing this!
Tor Lillqvist committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8012a200d1a7c5cd1b64a147ca6899fb8863ce8b tdf#127939: Make slideshow touch input work properly again on iOS 13 It will be available in 6.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Tor Lillqvist committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/d1b7271cd7e13c0243c359bd8f66351a1495f51c tdf#127939: Make slideshow touch input work properly again on iOS 13 It will be available in 6.3.5. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Tor Lillqvist committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/662f8d687a56d01e8b192aefdeed4051102d19e4 tdf#127939: Make slideshow touch input work properly again on iOS 13 It will be available in 6.4.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.