I have checked almost all previous question related to my query but did not find my solution. I'm facing issue with Full keyboard access accessibility when integrate it with scrollview. Inside scrollview textfield and secure textfield are accessible with "tab" key but other component like buttons are not accessible using "tab" key.
but when I remove scrollview all elements are accessible with "tab" key.
Even in system installed iOS Apps they don't support scrollview with tab button, I have
analysed apple documentation regarding this but did not find specific to this.
Does anyone have idea regarding this kind of behaviour?