My Bootstrap Menu works great on desktops and even on iPhone / iPad when connected via Wireless. However, as soon as I test the 3G / Cellular connection (i.e. disable WiFi), the popup menu DOES NOT appear.
What's even weirder is that the examples on the Bootstrap website work fine on 3G, so I copied and pasted the exact code to my website there to check, and it doesn't work!
Here's the default dropdown code:
<div class="btn-group">
<button data-toggle="dropdown" class="btn dropdown-toggle">Action <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
</div>
Again, all this works fine over Wi-Fi, but the drowning menu doesn't appear when on 3G, although the bootstrap example works fine ...
UPDATE: ββ bootstrap.js( , - /?), 2.1.0 , . : https://github.com/twitter/bootstrap/issues/4756