Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It's not Samsung's Android broken browser, it's Android 2.2 which has the broken support. In general as you might know position:fixed was and in some cases still is pretty broken in many mobile devices/systems.</p> <p>To answer to your question, there is no "toggle or meta tag" that will "turn on the Android browser's working fixed-positioning". If a browser doesn't have support of something, then there's no "toggle" to "switch" it. It's not a feature. </p> <p>Otherwise, you can use <a href="http://cubiq.org/iscroll-4" rel="nofollow">http://cubiq.org/iscroll-4</a> which emulates it.</p> <p>(edit: some facts)</p> <ol> <li>According to <a href="http://caniuse.com/#search=position:fixed" rel="nofollow">http://caniuse.com/#search=position:fixed</a> Android 2.2 and Android 2.3 have PARTIAL and not full support of position:fixed. (partial support seems buggy support)</li> <li>An Android simulator is not and will never be identical to an Android native browser, as much as IETester for example is not the same as IE native (there are differences)</li> <li>Motorola ATRIX 4G does NOT have Android 2.2 but Android 2.3 ( <a href="http://www.motorola.com/us/consumers/MOTOROLA-ATRIX%E2%84%A2-4G/72112,en_US,pd.html?selectedTab=tab-2&amp;cgid=mobile-phones#tab" rel="nofollow">http://www.motorola.com/us/consumers/MOTOROLA-ATRIX%E2%84%A2-4G/72112,en_US,pd.html?selectedTab=tab-2&amp;cgid=mobile-phones#tab</a> ) </li> </ol> <p>You are suggesting that SAMSUNG introduces a proprietary hack or mod that breaks the otherwise working support of position fixed in the Android browser. This seems highly unlikely, regardless of the 3 above points. </p> <p>The answer is actually simple: There is partial (buggy) support and your only solution is to use a javascript library that replaces or "fixes" the hole. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload