Note that there are some explanatory texts on larger screens.

plurals
  1. POtb dropdown doesn't work on smartphone
    primarykey
    data
    text
    <p>I've now tried several things and googled a lot, but so far to no avail.</p> <p>I've been working on a project with twitter bootstrap and made ​​a dropdown in the navigation. Everything works on the desktop but einwadnfrei on the smartphone I have extreme problems and can click a link in the dropdown. The menu includes with every click.</p> <p>This one i have write in the index</p> <pre><code>&lt;div class="nav-collapse collapse"&gt; &lt;ul class="nav"&gt; &lt;li class="index"&gt;&lt;a href="index.html" title="TPNO"&gt;tpno&lt;/a&gt;&lt;/li&gt; &lt;li class="diensten dropdown"&gt; &lt;a href="#" title="Diensten" class="dropdown-toggle" data-toggle="dropdown"&gt;DIENSTEN &lt;b class="caret"&gt;&lt;/b&gt;&lt;/a&gt; &lt;ul class="dropdown-menu" role="menu"&gt; &lt;li&gt;&lt;a href="interim.html" title="Interim"&gt;Interim Management&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="case.html" title="Case management"&gt;Case Management&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="conflict.html" title="Conflictbemiddeling"&gt;Conflictbemiddeling&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li class="profile"&gt;&lt;a href="profiel.html" title="Profiel"&gt;Profiel&lt;/a&gt;&lt;/li&gt; &lt;li class="contact"&gt;&lt;a href="contact.html" title="Contact"&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/div&gt; </code></pre> <p>And this is what i include</p> <pre><code>&lt;script type="text/javascript" src="assets/js/jquery.js"&gt;&lt;/script&gt; &lt;script&gt; jQuery(function($) { $('.dropdown-toggle').dropdown() }); &lt;/script&gt; &lt;script type="text/javascript" src="assets/js/bootstrap.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="assets/js/bootstrap-dropdown.js"&gt;&lt;/script&gt; </code></pre> <p>But it doesnt work on smartphone. I have forgotten something or done wrong? would be grateful for your help.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    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. 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