I have a textfield, and a listview where each tile visibility is checked against the usual custom function.
return textSearchIn.toLowerCase().contains(textSearchFor.toLowerCase());
Hide keyboard on tap doesn’t work, and the submit type “done” doesn’t make the keyboard disappear, it stays visible even if I move to pages where there are textfield (with autofocus disabled). I’ve also tried to use a hideKeyboard custom action both "on submit” and “on focus change", and it still doesn’t behave. I couldn’t find similar issues online, could there be something I set up incorrectly somewhere?
Also, textfields take two taps to activate. I think I’m missing something here and I’m getting confused.