One of my ipad app screen having multiple textfield. On that few textfields are generating popup for user input action/decision/prepopulate info etc. It is working fine when default ipad keyaboard is using. but when we tried with external keyboard with tab key, I am getting multiple textfieldshouldbeginediting events for all presence textfields. I have added all logic into textfielddidbeginediting methods, but I am not able to hide the keyboard which are popup due to textfieldshouldbeginediting through other key events which are generate due to tab key. how can we stop tab key events from external device? or I dont want to get multiple textfieldshouldbeginediting when tab key is pressed.
I can reproduce this issue through simulator & use macbook keyboard tab key for multiple uitextfields.
TextField becomeFirstResponder Issue for tab key(Keyboard) action