Type-nerd time, you mean small caps.
Whats the slider? Been after is for ages but in grey
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
I meant to post this before but forgot. This is for those of you using themed lockinfo screens (Gruppled, LockinfoFull, etc).
You will notice when you try scrolling, as soon as you take your finger off the screen it will bounce back to the top. To fix that annoying bug, update your lockinfo.html meta tags to look like this...
HTML:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
Now you can scroll normally and don't have to worry if your information goes beyond the bottom of the screen.
I meant to post this before but forgot. This is for those of you using themed lockinfo screens (Gruppled, LockinfoFull, etc).
You will notice when you try scrolling, as soon as you take your finger off the screen it will bounce back to the top. To fix that annoying bug, update your lockinfo.html meta tags to look like this...
HTML:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
Now you can scroll normally and don't have to worry if your information goes beyond the bottom of the screen.
You know, I have added this code, and even though my LS is scrollable, when I let go.....zoom, back it goes.
Oh well, not a big deal.
Sweet. Now if I only had a way to edit Meta tags i could fix this finally.![]()
Anytime. here is a pic of my lockscreen, I think it is finally the way I want...
Copy the code, SSH the lockinfo.html to desktop, open with any text file (textedit works good in Mac), paste into top of doc (overwrite lines 1, 2 & 3 if pasting whole 4 lines), save, SSH back in and overwrite the original, respring.
Copy the code, SSH the lockinfo.html to desktop, open with any text file (textedit works good in Mac), paste into top of doc (overwrite lines 1, 2 & 3 if pasting whole 4 lines), save, SSH back in and overwrite the original, respring.
Copy the code, SSH the lockinfo.html to desktop, open with any text file (textedit works good in Mac), paste into top of doc (overwrite lines 1, 2 & 3 if pasting whole 4 lines), save, SSH back in and overwrite the original, respring.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
Here is what I wrote...
The first 3 lines of the original file are this....
Code:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
You are replacing it with 4 lines....
Code:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
The only difference is the 4th line which you are adding...
Code:<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
As I said, this didn't fix the issue for me, but it's minor, so I can live with it.
I used your uploaded files on mine just now too, and it worked perfectly, thanksThis convinced me to make the switch from Intelliscreen finally.
Which theme are you using? It only works once the screen is filled to capacity. If only half of the screen is full, it just bounces. Once text starts to go below the bottom of the screen, it allows you to scroll. When i first did this I thought it didn't work either.
Which theme are you using? It only works once the screen is filled to capacity. If only half of the screen is full, it just bounces. Once text starts to go below the bottom of the screen, it allows you to scroll. When i first did this I thought it didn't work either.
One thing I did find, and honest to God I have no idea why, but as long as I leave the full calendar expanded underneath the clock to where you can see the dates/days of the month (see above post #482), scrolling will work flawlessly even if the whole screen is not filled. I can just scroll up an down and it will not skip or jump back up.
Then if I close the calendar, it does not work right and will jump up back to the top.
This is without doing the above mentioned change to the Meta file by the way.
Go figure.![]()
LockInfoFull (aka Blue!) HaHa
Yes, this didn't work for me.
Calendar expand made no difference for me ??
Ha, yeah, who knows. After a respring this AM it quit working for me as well after it had been working through several re-springs over the past couple of days. I don't know. Oh well.![]()
Added some green collapse/expand arrows to replace triangles and blue whirlyQ to refresh weather.....
![]()
hey dhlizard got a couple of questions here
1) Where do I locate the lockinfo.html to fix the scrolling problem? And is that the only thing I have to edit?
2) How did you add those arrows and refresh icons?
thanks
hey dhlizard got a couple of questions here
1) Where do I locate the lockinfo.html to fix the scrolling problem? And is that the only thing I have to edit? Answered post 499 Theme folder/bundles/com.ashman.LockInfo/lockinfo.html
2) How did you add those arrows and refresh icons?
Here ----> Images
Place images Theme folder/bundles/com.ashman.LockInfo/Images
thanks