Note that there are some explanatory texts on larger screens.

plurals
  1. POBootstrap 2.3 Collapsible menu issues in android mobile
    primarykey
    data
    text
    <p>I have been researching for a while now and could not find a solution for this nor any related question to my issue, So sorry if this was already asked before.</p> <p>I'm developing a website using Twitter Bootstrap 2.3 and I have an issue with the collapsible menu component in Android (tested using Samsung Galaxy s4 with android 4.2 on Chrome latest version).</p> <p>When I "uncollapse" the menu for the first time, the components works as expected, but if I collapse it, and then "uncollapse" it again, the links appear like "hidden". I can still touch them and the links work as expected. But nothing is displayed, as if they where transparent or something.</p> <p>Did anybody experience an issue like this one? Any help would be appreciatted.</p> <p><br /><br /><br /></p> <h1>I have found a solution to this. It is kinda rough though.</h1> <p>This was my html markup:</p> <pre><code>&lt;div id="navContainer" class="nav-collapse navbar-responsive-collapse in collapse" style="height: auto;"&gt; &lt;ul id="headerNav" class="nav green"&gt; &lt;li class="active"&gt;&lt;a class="headerLink" href="/es"&gt;El Pueblo&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="headerLink" href="#"&gt;Cómo llegar&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="headerLink" href="/es/noticias"&gt;Noticias&lt;/a&gt;&lt;/li&gt; &lt;li class="dropdown"&gt; &lt;a class="dropdown-toggle" id="drop1" role="button" data-toggle="dropdown" href="#"&gt;Turismo &lt;b class="caret"&gt;&lt;/b&gt;&lt;/a&gt; &lt;ul id="menu1" class="dropdown-menu green" role="menu" aria-labelledby="drop1"&gt; &lt;li role="presentation"&gt;&lt;a class="headerLink" role="menuitem" tabindex="-1" href="/es/historia"&gt;Historia&lt;/a&gt;&lt;/li&gt; &lt;li role="presentation"&gt;&lt;a class="headerLink" role="menuitem" tabindex="-1" href="#"&gt;Actividades&lt;/a&gt;&lt;/li&gt; &lt;li role="presentation"&gt;&lt;a class="headerLink" role="menuitem" tabindex="-1" href="/es/info"&gt;Info General&lt;/a&gt;&lt;/li&gt; &lt;li role="presentation"&gt;&lt;a class="headerLink" role="menuitem" tabindex="-1" href="/es/paseos"&gt;Paseos&lt;/a&gt;&lt;/li&gt; &lt;li role="presentation"&gt;&lt;a class="headerLink" role="menuitem" tabindex="-1" href="#"&gt;Imágenes&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;a class="headerLink" href="/es/mapas"&gt;Mapa Interactivo!&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="headerLink" href="#"&gt;Contacto&lt;/a&gt;&lt;/li&gt; &lt;li class="dropdown"&gt; &lt;a class="dropdown-toggle" id="drop3" role="button" data-toggle="dropdown" href="#"&gt;Idioma &lt;b class="caret"&gt;&lt;/b&gt;&lt;/a&gt; &lt;ul id="menu3" class="dropdown-menu green" role="menu" aria-labelledby="drop3"&gt; &lt;li role="presentation"&gt;&lt;a role="menuitem" tabindex="-1" href="/es/"&gt;Español&lt;/a&gt;&lt;/li&gt; &lt;li role="presentation"&gt;&lt;a role="menuitem" tabindex="-1" href="/en/"&gt;English&lt;/a&gt;&lt;/li&gt; &lt;li role="presentation"&gt;&lt;a role="menuitem" tabindex="-1" href="/de/"&gt;Deutsch&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre> <p>This is the fix that worked for me:</p> <pre><code>.nav-collapse { -webkit-transform: none !important; z-index: 1 !important; } </code></pre> <p>This issue was only present in Android using Chrome. On IOS the issue was not there</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.
 

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