Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidebar cannot be disabled on mobile devices #981

Open
uneuen opened this issue Jun 15, 2024 · 2 comments
Open

Sidebar cannot be disabled on mobile devices #981

uneuen opened this issue Jun 15, 2024 · 2 comments

Comments

@uneuen
Copy link

uneuen commented Jun 15, 2024

Steps to reproduce

  1. Share internal link to a PDF file with a messenger (e.g. Signal)
  2. Person who receives message clicks the link on their mobile device
  3. Person wants to read PDF, but sidebar cannot be disabled (sidebar toggle button greyed out)

Expected behaviour

The sidebar should be disable by default.

Actual behaviour

The sidebar is enabled by default and the user cannot disable it. So basically, he cannot read the PDF because the sidebar is in the way.

Server configuration

Operating system:
Betriebssystem: Linux 3.10.0-962.3.2.lve1.5.83.el7.x86_64 x86_64
Prozessor: Intel Core Processor (Haswell, IBRS) (14 cores)

Web server:
Apache

Database:
MariaDB

PHP version:
8.1.28

Nextcloud version: (see Nextcloud admin page)
[Nextcloud Hub 8] (29.0.2)

Where did you install Nextcloud from:
HTML file

List of activated apps:

  • bruteforcesettings: 2.9.0
  • calendar: 4.7.6
  • circles: 29.0.0-dev
  • cloud_federation_api: 1.12.0
  • comments: 1.19.0
  • contacts: 6.0.0
  • contactsinteraction: 1.10.0
  • dav: 1.30.1
  • deck: 1.13.0
  • external: 5.4.0
  • federatedfilesharing: 1.19.0
  • federation: 1.19.0
  • files: 2.1.0
  • files_downloadlimit: 2.0.0
  • files_pdfviewer: 2.10.0
  • files_reminders: 1.2.0
  • files_sharing: 1.21.0
  • files_trashbin: 1.19.0
  • files_versions: 1.22.0
  • firstrunwizard: 2.18.0
  • logreader: 2.14.0
  • lookup_server_connector: 1.17.0
  • nextcloud_announcements: 1.18.0
  • notifications: 2.17.0
  • oauth2: 1.17.0
  • password_policy: 1.19.0
  • privacy: 1.13.0
  • provisioning_api: 1.19.0
  • recommendations: 2.1.0
  • related_resources: 1.4.0
  • serverinfo: 1.19.0
  • settings: 1.12.0
  • sharebymail: 1.19.0
  • spreed: 19.0.2
  • support: 1.12.0
  • survey_client: 1.17.0
  • systemtags: 1.19.0
  • text: 3.10.0
  • theming: 2.4.0
  • twofactor_backupcodes: 1.18.0
  • updatenotification: 1.19.1
  • user_status: 1.9.0
  • viewer: 2.3.0
  • weather_status: 1.9.0
  • workflowengine: 2.11.0

Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"xxxxx"
],
"default_language": "de",
"allow_user_to_change_display_name": true,
"datadirectory": "REMOVED SENSITIVE VALUE",
"skeletondirectory": "/home/xxxxx/public_html/xxxxx/intranet/initialdateien",
"dbtype": "mysql",
"version": "29.0.2.2",
"overwrite.cli.url": "https://xxxxx/intranet",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_sendmailmode": "smtp",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "465",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"theme": "",
"loglevel": 2,
"updater.release.channel": "stable",
"memcache.local": "\OC\Memcache\APCu",
"maintenance_window_start": 1,
"default_phone_region": "CH",
"user_custom_css": "/themes/xxxxx/core/css/allerlei.css",
"wopi_url": "http://localhost:9980/hosting/discovery/",
"wopi_allowlist": [
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"application/vnd.openxmlformats-officedocument.presentationml.presentation"
],
"app_install_overwrite": [
"mindmap_app"
]
}
}

Client configuration

Browser:
Chrome, Safari

Operating system:
Android, iOS

Logs

Nextcloud log (data/owncloud.log)

n/a

Browser log

n/a

@andrtau
Copy link

andrtau commented Aug 2, 2024

Can confirm on Samsung Internet Android

@antal-huck
Copy link

Happens on iPads as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants