-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Describe the bug
The menu bar and close button is not available when opening file in iOS app.
To Reproduce
Steps to reproduce the behavior:
- Log in as user A
- Create a new file.
- Share file with user B with read only permission.
- On iOS, log in as user B.
- Open the shared file.
- Try to close the file.
Expected behavior
When opening the file, the menu bar should be available so that you can reach the close button.
The menu bar is now below the editor and on top of the keyboard. In earlier versions is was on top of the editor. I do not know if this is by design.
** Workaround**
The work around now is to try to edit the file and open the keyboard. When the keyboard is opened up, also the menu becomes visible and you can close the file. If you do not have edit permissions it is not possible to use this workaround.
I can actually find the hidden menu bar by scrolling up and hold, but I cannot access it.
Screenshots
Server details where issue can be reproduced:
- Nextcloud version: 33.0.0
- PHP Version: 8.4.18
- Database: PostgreSQL 14.22
- Text App version: 7.0.0-dev.3
Server details where issue cannot be reproduced:
- Nextcloud version: 31.0.13
- PHP Version: 8.3.29
- Database: mysql Version 10.11.16
- Text App version: 5.0.2
Client details:
- OS: iOS
- Device: iPhone SE 2013
Logs
Nextcloud log (data/nextcloud.log)
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...

