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

Selecting suggestions on tablet/mobile devices #477

Closed
Rembacher opened this issue Oct 9, 2013 · 1 comment
Closed

Selecting suggestions on tablet/mobile devices #477

Rembacher opened this issue Oct 9, 2013 · 1 comment

Comments

@Rembacher
Copy link

Hi Everyone,

great autocomplete. Managed positioning thanks to issue #252. Aware(issue #324) that typeahead.js doesn't support mobile devices. However it actually works on desktop IE, FF & Chrome, Mobile Dolphin, Mobile Opera, Safari, Iphone Safari, Ipad Safari so really think it is very cross browser compatible.

One small issue if resolved would make it perfect:

On tablets/mobile devices when touching/selecting a suggestion from the tt-dropdown-menu the correct suggestion gets selected however graphically the entire tt-dropdown-menu highlights or on for example Mobile Dolphin all the suggestions(all the words, not the dropdown-menu) highlight. If this somehow could react the way that the tt-suggestion p{} only area could highlight when touching/making a selection then that would be perfect.

Thanks for your time,
Richard

@Rembacher
Copy link
Author

If anybody interested I solved the above highlighting issue by giving the below class a background color:

.tt-suggestion.tt-is-under-cursor {
color: #000000;
background-color:#91c0fe;
}

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

No branches or pull requests

1 participant