How to test html component inside android webview where target device is real android device with android 4.4.4?

I am an android developer. Recently I am using Appium latest version for automation testing for my application. I am not able to find the HTML component inside webview. When I am trying to enable WEBVIEW_CONTEXT I am getting RuntimeException with message NOT YET IMPLEMENTED. I am not getting WEBVIEW_CONTEXT. I am getting only NATIVE_APP context. I am using Appium with JAVA language. Please help me.

I have similar problem. It is very interesting. When you scoll in Webview transfer to elements. But it happens sometimes. And I don`t know how to do it regular.

Are you using the setContext function? Always best to share a code snippet if you have one.