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

An option to autofocus into the text entry area #93

Open
ehsanzs opened this issue Oct 12, 2016 · 0 comments
Open

An option to autofocus into the text entry area #93

ehsanzs opened this issue Oct 12, 2016 · 0 comments

Comments

@ehsanzs
Copy link

ehsanzs commented Oct 12, 2016

In my App, when a User clicks on the button that displays the Search box, the text entry area is not auto-focused. Instead, the User has to manually press the text entry box in order for the keyboard to appear so that they could starting typing. Please refer to my screen-shot where the text entry area IS focused, after pressing the text entry area. While this is not the case when using a Simulator, I can recreate this issue using an iPhone.

HTML:

JavaScript:
$scope.showFilterBar = function () {
var filterBarInstance = $ionicFilterBar.show({
items: $scope.DBEVItemList,
update: function (filteredItems) {
$scope.DBEVItemList = filteredItems;
},
filterProperties: $scope.DBEVItemList.fullname
});
};

screen shot 2016-10-12 at 16 54 00

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

1 participant