Closed herrherrmann closed 7 years ago
I noticed your site is throwing an error on Safari - Failed to load resource: the server responded with a status of 404 (Not Found)
for https://www.justwatch.com/gopass/js/tooltip.js.map
I'm not getting that error on Firefox or Chrome.
Well, the container within the navbar seems to have been the problem. Its big margin was obviously "above" the navbar-toggle which made the latter one non-clickable (at least on iPhone). I fixed it now by moving the toggle into the container and applying some custom styles to properly position it on the right side.
activate this code js
$(document).ready(function(){ $('.dropdown-toggle').dropdown(); });
Hello there,
we recently launched a small site for our project gopass and I was brave enough to try out the new bootstrap alpha (4.0.0-alpha.6).
When accessing the site on an iPhone, the navbar dropdown unfortunately does not work (it works fine in the browser and on Android). I tested both Safari and Chrome.
This is how it's implemented:
Am I missing something or is this a bug?