Hi Michael,
the only mobile specific setting I found in config PHP is:
$icon_set_mobile='mobile';
Did I miss something?
my problem is that twg ignores standard Parameters from my_config.php if a mobile browser is detected and it seems not possible to override this.
OK, I can switch to Dektop mode in mobile browser an it looks like (is the same) as on PC, but then the swipe gestures in general an in (auto) fullscreen mode are gone.
Additionally I found the following posting about config for mobile mode:
http://www.tinywebgallery.com/forum/php-fotogalerie-support-f7/einstellungen-fur-mobile-browser-t3550.html?hilit=config.php%20mobile#p19631
where ist written about inc/setspecials.inc.php and she section twg_mobile. Do I have to modify global setting for mobile mode here?
I was more hoping about some (many
additional standard parameters with an "mobile" prefix (postfix?), like:
$mobile_menu_x= 5;
$mobile_menu_y= 10;
$mobile_thumbnails_x= 6;
$mobile_thumbnails_y= 10;
$mobile_number_top10= 21;
Kay