boneskull / angular-tags

Pure AngularJS tagging widget with typeahead support courtesy of ui-bootstrap
MIT License
133 stars 32 forks source link

Typeahead dropdown problem on tablets / phones #41

Closed WhatFreshHellIsThis closed 10 years ago

WhatFreshHellIsThis commented 10 years ago

Not sure how to deal with this or if it's really an issue with angular-tags at all but I have difficulty using this component with an Android phone or tablet because the keyboard obscures the typeahead list as it always appears below the input which gets covered by the onscreen keyboard.

boneskull commented 10 years ago

@WhatFreshHellIsThis If you can make the same thing happen in a fiddle with ui-bootstrap, it's a ui-bootstrap issue. Please let me know.

WhatFreshHellIsThis commented 10 years ago

It's more an issue that the typeahead selection box should drop "up" instead of down when it's so close to the edge, but I just put a 500px padding div at the bottom and end of problem.