Topic: Mobile player (android) doesn't use custom-color

I have migrated my simpleviewer gallery's to Juicebox. After testing I found one issue (and a request to move the columns to the left side instead of bottom, but that is already mentioned in the future-requests)

The issue is that the mobile player is using a gray background with white borders instead of my custom-colors. In the php-file I have defined the backgroundColor and colors around the images and that is working on my laptop. My android-device is showing a dark-gray with a white background.

PHP-file
new juicebox({
    backgroundColor: '#e8e8e8',
    imageFrameColor: '#c54989',
    thumbFrameColor: '#c54989',
    [and a lot of other variables]
})

Embedded:
http://www.nasus.nl/?page_id=170

Direct link:
http://www.nasus.nl/fotoalbum/album.php?id=15

Hope you can help...

Thanks
Jeffrey

Re: Mobile player (android) doesn't use custom-color

This is by design. Small Screen Mode does not support color options.

Re: Mobile player (android) doesn't use custom-color

Hmm, that is not mentioned on any page. Even not on the link you provided. I used to work with Simpleviewer and moved to the pro-version of Juicebox so the mobile player and large player has to be the same. This isn't the case.

Are there any plans to support color-modes on mobile devices?

Thanks
Jeffrey

Re: Mobile player (android) doesn't use custom-color

that is not mentioned on any page.

The config options page notes all options that are not supported by Small Screen Mode. All color options are marked as "(Large Screen Mode only)"

If you want to make the gallery look the same on all devices , set the screenMode option to 'LARGE'.

We will add SSM color options in a future version.

Re: Mobile player (android) doesn't use custom-color

OK, clear answer. Looking forward to a future release. Keep up the good work.

Thanks
Jeffrey