You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open pdf file in mobile browser (tested with chrome and brave in several versions)
Expected behaviour
On top should be the information bar with the filename and close button from nextcloud. Below this should the pdf viewer controls (zoom, print, download....)
Actual behaviour
There're only the pdf viewer controls and as an overlay you see the filename and close button. The viewer controls can't be used, only the close button in the right corner works.
Chrome, Edge and Firefox on Windows are working as expected.
Server configuration
Operating system:
Debian 12 Web server:
Apache 2.4.57 Database:
MariaDB 10.11.4 PHP version:
8.2.7 Nextcloud version: (see Nextcloud admin page)
27.1.2 Where did you install Nextcloud from:
nextcloud.com
Steps to reproduce
Expected behaviour
On top should be the information bar with the filename and close button from nextcloud. Below this should the pdf viewer controls (zoom, print, download....)
Actual behaviour
There're only the pdf viewer controls and as an overlay you see the filename and close button. The viewer controls can't be used, only the close button in the right corner works.
Chrome, Edge and Firefox on Windows are working as expected.
Server configuration
Operating system:
Debian 12
Web server:
Apache 2.4.57
Database:
MariaDB 10.11.4
PHP version:
8.2.7
Nextcloud version: (see Nextcloud admin page)
27.1.2
Where did you install Nextcloud from:
nextcloud.com
List of activated apps:
Nextcloud configuration:
$CONFIG = array (
'passwordsalt' => '',
'secret' => '',
'trusted_domains' =>
array (
0 => 'localhost',
),
'trusted_proxies' =>
array (
0 => 'x.x.x.x',
),
'datadirectory' => '/var/nc_data',
'dbtype' => 'mysql',
'version' => '27.1.2.1',
'overwrite.cli.url' => '',
'dbname' => 'ncextern',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => '',
'dbpassword' => '',
'installed' => true,
'instanceid' => '',
'activity_expire_days' => 14,
'auth.bruteforce.protection.enabled' => false,
'blacklisted_files' =>
array (
0 => '.htaccess',
1 => 'Thumbs.db',
2 => 'thumbs.db',
),
'allow_local_remote_servers' => true,
'cron_log' => true,
'enable_previews' => true,
'enabledPreviewProviders' =>
array (
0 => 'OC\Preview\PNG',
1 => 'OC\Preview\JPEG',
2 => 'OC\Preview\GIF',
3 => 'OC\Preview\BMP',
4 => 'OC\Preview\XBitmap',
5 => 'OC\Preview\Movie',
6 => 'OC\Preview\PDF',
7 => 'OC\Preview\MP3',
8 => 'OC\Preview\TXT',
9 => 'OC\Preview\MarkDown',
),
'filesystem_check_changes' => 0,
'filelocking.enabled' => 'true',
'htaccess.RewriteBase' => '/',
'integrity.check.disabled' => false,
'knowledgebaseenabled' => false,
'log_type' => 'file',
'log_rotate_size' => 104857600,
'logfile' => 'nextcloud.log',
'loglevel' => '3',
'logtimezone' => 'Europe/Berlin',
'memcache.local' => '\OC\Memcache\APCu',
'memcache.locking' => '\OC\Memcache\Redis',
'preview_max_x' => 1024,
'preview_max_y' => 768,
'preview_max_scale_factor' => 1,
'redis' =>
array (
'host' => 'localhost',
'port' => 6379,
'timeout' => 0.0,
'password' => '',
),
'quota_include_external_storage' => false,
'share_folder' => '/Shares',
'skeletondirectory' => '',
'default_language' => 'de',
'default_phone_region' => 'DE',
'mail_from_address' => '',
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_domain' => '',
'mail_smtphost' => '',
'mail_smtpport' => '25',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtpname' => '',
'mail_smtppassword' => '',
'mail_smtptimeout' => 30,
'maintenance' => false,
'twofactor_enforced' => 'false',
'twofactor_enforced_groups' =>
array (
),
'twofactor_enforced_excluded_groups' =>
array (
),
'theme' => '',
'encryption.legacy_format_support' => false,
'encryption.key_storage_migrated' => false,
'ldapProviderFactory' => 'OCA\User_LDAP\LDAPProviderFactory',
'trashbin_retention_obligation' => 'auto, 90',
);
Client configuration
Browser:
Chrome 117.0.5938.153
Brave 1.58.137, Chromium 117.0.5938.153
Operating system:
Android 11
Logs
Nextcloud log (data/owncloud.log)
Opening the file doesn't create log entries
Browser log
I don't know how to get this from a mobile browser
The text was updated successfully, but these errors were encountered: