Studio-42 / elFinder

📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
https://studio-42.github.io/elFinder/
Other
4.63k stars 1.42k forks source link

iPad resolution and Thumbnail #3102

Closed marcbth closed 4 years ago

marcbth commented 4 years ago

Hello, everybody,

thanks a lot for Elfinder.

i just installed Elfinder via git.

now to my problems:

  1. on the iPad i can't see the navigation on top and there is no fullscreen.

  2. thumbnails are not visible.

as attachment pictures

Maybe there's a solution.

Thank you very much in advance.

Cliff IMG_0031 IMG_0030

marcbth commented 4 years ago

Hello,

for the 1

showSelectCheckboxUA : ['Mobile'],

i works

but i have no automatic fullscreen

marcbth commented 4 years ago

i found this

var options = { url : 'php/connector.php', bootCallback : function(fm, extraObj) { fm.options.commandsOptions.fullscreen.mode = fm.UA.Mobile? 'screen' : 'window'; } }

but in which file?

marcbth commented 4 years ago

when i open a image then

192.168.178.79/elFinder/php/home/soulm/share/music/Anastacia - Anastacia/folder.jpg?_t=1259264706

404 file not found

the original path is home/soulm/share/music/Anastacia - Anastacia/folder.jpg

nao-pon commented 4 years ago

@marcbth On mobile browsers, the top toolbar is hidden by default. You can view it by swiping from the top. See uiOptions.toolbarExtra.autoHideUA in Client Options.

The reason why the thumbnail is not displayed and the display is a 404 error is a mismatch between the connector option path and URL values. Recheck your settings.