Glitter - A new modern template
Re: Glitter - A new modern template
I see your point, just don't use the function myself a lot so never really bothered me
Will see what I can do!
Will see what I can do!
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Glitter - A new modern template
If it gets changed I would really appreciate it. I'm just glad someone takes their time to create something like this application (and skin) for free
Sonarr + SAB or NZBGet beats manually downloading with Usenet Explorer like I did before
Sonarr + SAB or NZBGet beats manually downloading with Usenet Explorer like I did before
Re: Glitter - A new modern template
My patch that moves the search boxes also now moves the "Purge History" and the "Show All / Show Failed" buttons to the top of the history list. I also now provide a zip file of the patched files in addition to the diff.
This is currently for 1.2.1: http://opencoder.net/Glitter/
This is currently for 1.2.1: http://opencoder.net/Glitter/
Re: Glitter - A new modern template
Hello
First, thanks for this amazing template !
Can you add the meta that prevents zoom on iOS ?
There's also a little "bug" when I display the menu on my iPhone, a little overflow on the right side.
nsa37.casimages.com/img/2017/04/03/170403065410825532.jpg
Sorry for my bad english
P.S : Version 2.0.0 RC2, the "bug" is here since Glitter is the default template (1.0.0 if I remember correctly)
First, thanks for this amazing template !
Can you add the meta that prevents zoom on iOS ?
There's also a little "bug" when I display the menu on my iPhone, a little overflow on the right side.
nsa37.casimages.com/img/2017/04/03/170403065410825532.jpg
Sorry for my bad english
P.S : Version 2.0.0 RC2, the "bug" is here since Glitter is the default template (1.0.0 if I remember correctly)
Re: Glitter - A new modern template
The meta that prevents zoom should already be there. But I can check!
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Glitter - A new modern template
Current meta in main.tmpl
User-scalable is missing
If I modify to something like this and reboot SAB
Zoom is disabled
EDIT : Works on a iOS 9 device but not on iOS 10 :-/ Since iOS 10 Safari doesn't support this part of the meta anymore ...
Code: Select all
<meta name="viewport" content="width=device-width, initial-scale=1" />
If I modify to something like this and reboot SAB
Code: Select all
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable = no" />
EDIT : Works on a iOS 9 device but not on iOS 10 :-/ Since iOS 10 Safari doesn't support this part of the meta anymore ...
Re: Glitter - A new modern template
EDIT 2 : The user-scalable argument doesn't disable pinch2zoom or double tap on iOS10 but it disable zoom when I click on a text field or browse field
Can you add it ?
Can you add it ?
Re: Glitter - A new modern template
There are also many many people against this:
https://wouterdeschuyter.be/blog/how-to ... -941140811
I have to test this on my iPad first to see what happens.
https://wouterdeschuyter.be/blog/how-to ... -941140811
I have to test this on my iPad first to see what happens.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Glitter - A new modern template
Hello
I’m back with 2 videos, so you can see what happens and decide to add it or not
It works for both iOS10 and 11
Without
http://sendvid.com/ascic52r
With
http://sendvid.com/qk2cyyx1
I’m back with 2 videos, so you can see what happens and decide to add it or not
It works for both iOS10 and 11
Without
http://sendvid.com/ascic52r
With
http://sendvid.com/qk2cyyx1
Re: Glitter - A new modern template
Implemented for 2.2.0RC2!
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Glitter - A new modern template
It works like a charm, thank you
Re: Glitter - A new modern template
How does one see the missing articles?
I just switched from Plush and I don't see it anywhere. This is an important feature for me.
I just switched from Plush and I don't see it anywhere. This is an important feature for me.
Re: Glitter - A new modern template
It shows it in MB and it shows it when more than 3% is missing, only then it would be a problem.
But maybe I should change it to show as soon as more than 1MB is missing.
Are you not using Abort jobs that cannot be completed? You can also use Check before download to avoid failing jobs using your data.
But maybe I should change it to show as soon as more than 1MB is missing.
Are you not using Abort jobs that cannot be completed? You can also use Check before download to avoid failing jobs using your data.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate