I have a navbar with dropdown link items that should appear on the mobile version after click
when testing with any browser on desktop with limiting the width (simulating small screens) everything works as it should
But on on android 4.0.4 chrome latest browser ONLY on the first page the menu opens up but the carets don't appear on the menu items that have subitems but all links are clickable

When navigating to another page other than the home page everything works as designed
Tried with firefox on the same mobile device and all works perfect
Tried also with default browser of device and same thing happens as chrome (no carets on front page)

Anybody has any idea on how to debug something on a mobile device
or why this is happening ?

I was using the CDN method that serves 3.0.0 bootstrap but then I updated to local version of 3.0.2 and the same thing happens

Comments

GiorgosK’s picture

Status: Active » Closed (fixed)

I solved my own problem, the first page was actually not published and probably some components of bootstrap where not loading, its the same thing as if navigating to a non existent page (page not found) which I also tested and in that case the toggle navigation button does not even work !!!

I assume that this must be a core drupal behaviour ...