
06-27-2009, 06:44 AM
|
|
What's Jailbreak?
|
|
Join Date: Jun 2009
Device + Firmware: iPhone 3G + 3.0
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
|
|
Is it just me with wbweatherwidget, or does WB handle lockscreen HTML differently than the user wallpaper? I have two identical pieces of html for the wallpaper on those respective screens, yet whenever the lockscreen html is used it blocks out the user lockscreen, yet the very same wallpaper.html for the main window works just fine. I even stripped the lockscreen html down to remove the body, and just an empty body with background-color: transparent to no avail.
edit: I figured out why the regular springboard screen worked - it uses Widget.html and that doesn't conflict with existing wallpaper. Lockbackground doesn't work as gracefully with other wallpapers and Widget.html won't apply to the lockscreen.
I can work around the issue by including background-image: in LockBackdround.html, however this is a bit inconsistent - it will display the background image on the lockscreen after a respring, but after a while it goes back to black. However the built in UserLockBackground theme works is much more reliable displaying the image; I'd rather the LockBackground.html remain transparent so UserLockBackground (or another theme that specifies a background image/color) displays.
|
Last edited by minerat; 06-27-2009 at 08:47 AM..
|