11-15-2012, 10:47 PM
|
#1 (permalink)
|
| New Member
Join Date: Nov 2012 Model: 9800 PIN: N/A Carrier: Rogers
Posts: 1
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Hide URL Bar Please Login to Remove! Hi
I'm trying to hide the URL bar in the browser using javascript.
It seems to work on on a Torch 9800 in OS 6 but doesn't seem to be working the same way on the Bold 9900 in OS 7.
Here's the code:
setTimeout(function() {
window.scrollTo(0, 40);
}, 2000);
So the Bold 9900 is scrolling the page... but underneath the URL bar. So the URL bar is still on top of everything and not hidden.
Any insight? |
| Offline
| |