How to perform selenium actions on application from a particular page

appium version: 1.10 I am using windows 10

I am performing selenium actions on the application page, where I can not be able to perform actions from a particular page Page starting from native view then comes web view (not working for both),where i can perform these actions for other modules in my application

But this works for a device: device name : vivo Y21L android version : 5.1

I tried with other android versions like 4.4,6.0,7.0,8.0 where this not works

If i perform action manually(click on a element manually and redirect back to same page)while running automation script it works properly

I have tried by using:

1.ID, Xpath
2.printing page source (where i can find the id,xpath)
3.switch from native to web view