Appium2, not able to identify android elements after scrolling down on the mobile screen

Description : I’m using appium version2.0 and appium for identifying the elements. After starting a session in inspector , when I scroll down in my specific mobile , and try to inspect the elements after scrolling down, not able to select any specific element to be identified, instead the whole screen is getting selected. Capabilities used- automation name:Uiautomator2
Is there any solution to this or is this related to the API Ivl as when I’m using the same application on API 26 level , then able to inspect all the elements after scrolling down but If I upgrade to any API level more than 26, say 28 or 30 or 32, then getting this issue