Elements Identified very slowly after Context Swich

I successfully switch to WebView perform some actions,then again switch to Native.
In Native when i try to click or access certain elements,it takes very long time in Appium.

For example

driver.SwitchToWeb()
//Perform some actions
driver.findElementByName(“fodder”).click()
driver.SwitchTonative()
//perform some action
driver.findElementByName(“checksum”).click() --> it takes very long time…

I tried using xpath and byName also ,still the problem persists and i am not able to narrow it down.

Can someone explain/help?

hi there… any luck in identifying native elements faster?

Facing same issue… Did you have any luck @mngupta08854 @Mobile_Test_Test