Reply
Thread Tools
DJJonosound's Avatar
Posts: 411 | Thanked: 302 times | Joined on May 2012 @ Australia
#1
Hi,

I have been working on a website that uses a fixed header. It works fine on iphone and android, but does not work on the N9. (I like to make sites support my own phone ) At the moment I am using just position:fixed, which as mentioned before, does not work on the N9 stock browser.

Does anyone here know a workaround to suit the N9, or is this question better reserved for stackoverflow?

Thanks,
 

The Following User Says Thank You to DJJonosound For This Useful Post:
Posts: 1,994 | Thanked: 3,342 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#2
Nokia N9 browser supports <header> tag. That's all I know.
What happens if you try "position: fixed !important;"?
Best wishes.
 

The Following User Says Thank You to Wikiwide For This Useful Post:
DJJonosound's Avatar
Posts: 411 | Thanked: 302 times | Joined on May 2012 @ Australia
#3
<header> is practically a glorified <div>,
So thats not really going to help.
By the looks of that site, the browser doesnt fully support the position:fixed tag. So probably not going to be any support on that front, unless someone knows some hacky method of doing it.

Last edited by DJJonosound; 2013-07-14 at 03:59.
 

The Following User Says Thank You to DJJonosound For This Useful Post:
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#4
The N9 browser deliberately does not support position:fixed. This was probably done because some desktop websites are completely unusable with it enabled. You can use position:absolute, and the onscroll event of the body to make the top attribute of the absolute div equal to body.scrollTop, to achieve the same thing.
__________________
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla –– contactlaunch –– timenow

Nemo UX blog: Grog
My website: qwazix.com
My job: oob
 

The Following 2 Users Say Thank You to qwazix For This Useful Post:
Reply

Tags
harmattan, nokia n9


 
Forum Jump


All times are GMT. The time now is 23:29.