Appium Desktop is able to inspect elements in Webview Android but via Code unable to use

setWebContentsDebuggingEnabled is set to false for the app, still Appium desktop is able to locate elements in Webview, although it shows them as native Android UI components. Through Java code, I am unable to access though, because there is no WebContext available to switch. I am using 1.18 version of appium desktop.

Also its only in view mode, When I try to find any element of webcontext from AD, it doesn’t return anything.

Is this behaviour with Appium Desktop correct?