In our application we add and remove an entry from view hierarchy for addressing some business logic. But by doing so we encountered an undesired behaviour which focus the entry again on adding to the view hierarchy
Do anybody have encountered that behaviour before and have any fix for this issue?
FYI:- I tried to fix this issue by disabling that entry before removing from view and enabling that entry after adding to the view hierarchy But it fixed only on iOS not in android.