Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown not workin in ios safari. #154

Closed
saschalichtenstein opened this issue Mar 3, 2017 · 4 comments
Closed

Dropdown not workin in ios safari. #154

saschalichtenstein opened this issue Mar 3, 2017 · 4 comments

Comments

@saschalichtenstein
Copy link

Hey,

First of all: thanks for this outstanding framework and invested time. I realized that dropdowns are not working on ios safari (newest version).

Cheers

Sascha

@green3g
Copy link

green3g commented Mar 3, 2017

Did you add tabindex="1" to your link? I ran into that issue at one point too.

<a href="#" onclick="javascript:return false;" tabindex="1" class="btn btn-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Apps
  <i class="caret fa fa-caret-down"></i>
</a>

@picturepan2
Copy link
Owner

@inseldesign tabindex is needed when you activate dropdown menus with focus state. Or you can write your own JS code.

@saschalichtenstein
Copy link
Author

saschalichtenstein commented Mar 4, 2017

Ok just tried your documentation page on a desktop computer and on tablet. #ux : maybe you should give a hint that the framework behaves different on different platforms.

@picturepan2
Copy link
Owner

@inseldesign Yes, thanks. I will improve this part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants