Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Fix "bouncing" scroll

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.

@lionheartednyhc

Added some green collapse/expand arrows to replace triangles and blue whirlyQ to refresh weather.....

3756908930_f0d3946f68.jpg
 
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.

Sweet. Now if I only had a way to edit Meta tags i could fix this finally. :D
 
Here is what i have got so far. Using the LockInfoFull theme as well with a few adjustments to some colors and different font.
 

Attachments

  • lockscreen.jpg
    lockscreen.jpg
    70.4 KB · Views: 79
Sweet. Now if I only had a way to edit Meta tags i could fix this finally. :D

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.
 
Anytime. here is a pic of my lockscreen, I think it is finally the way I want...

I used your uploaded files on mine just now too, and it worked perfectly, thanks :D This convinced me to make the switch from Intelliscreen finally.

ETA: Adding in my pic! I'm using the LockInfoFull theme, except I changed the wallpaper because I didn't like that bathtub....thing :p :D
 

Attachments

  • photo.jpg
    photo.jpg
    95.3 KB · Views: 70
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.

It doesn't open with textedit. Nothing shows up. :confused:
 
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.

Did you delete the first four lines and replace with the code above? Or did you add it above it, at the top of the html?
 
Here is what I wrote...

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.

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.
 
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.


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.
 
LockInfo - Swe lang

Is it possible to get the LockInfo 3.0 concept in Swedish language.
Date format, Swedish characters!

Thank you in advance ...
 
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. :cool:
 
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.

LockInfoFull (aka Blue!) HaHa

Yes, this didn't work for me.

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. :cool:

Calendar expand made no difference for me ??
 
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. :D
 
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. :D



Bummer. Lockinfo can be kinda touchy.

Does anyone know where i can find the icons on this theme (call/calendar, etc)
 

Attachments

  • img0287.png
    img0287.png
    158.5 KB · Views: 84
Added some green collapse/expand arrows to replace triangles and blue whirlyQ to refresh weather.....

3756908930_f0d3946f68.jpg

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?

2) How did you add those arrows and refresh icons?

thanks

The html file is is in themes/Gruppledlockimfo(or whatever lockinfo theme you are using)/bundles/com.ashmaman.lockinfo/
 
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

Don't forget to save copies of original icons in case you wish to revert.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.