Fixed header and colum on ANDROID

Fixed header and colum on ANDROID

statecstatec Posts: 2Questions: 0Answers: 0
edited May 2012 in General
The solution is fine in IOS 5, Windows 7, but is not working on any Android browser !!
Any solution or tip ?
Thanks

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Interesting - off the top of my head I don't know why that would be. Unfortunately I don't have an Android device knocking about at the moment to try this out on. Hoping to get my hands on one soon though, I'll give it a bash then and see what happens.

    Allan
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    btw - which version of Android are you using?
  • statecstatec Posts: 2Questions: 0Answers: 0
    I use Android 2.3 and 4.0 ice Stream Sandwich.
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    I had a thought that old mobile Safari didn't support position:fixed elements, and I wondered if Android's browser might be like that as well, but this suggests that it should work: http://caniuse.com/css-fixed . What happens if you add:

    [code]

    [/code]

    to your HEAD tag?

    It could be that I just need to switch of fixed positioning in FixedHeader, like is done for IE6/7.

    Allan
This discussion has been closed.