Note that there are some explanatory texts on larger screens.

plurals
  1. POPosition fixed not working in mobile browser
    primarykey
    data
    text
    <p>How to make an element position fixed in <strong>Mobile browser (ios and android)</strong> ? Element still scrolls with below code in ios &lt; 5 and android&lt; 4</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;style&gt; .fixed{ position:fixed; top:0; left:0; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="fixed"&gt; Hi I m Position Fixed &lt;/div&gt; &lt;div&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; sample text&lt;br/&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    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.
 

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