Not able to switch to WebView on Android real android Device

Hi, I am not able to switch to WebView on a android real device. PFA screenshot, app is having a webview. Context handles only returning native view.

Follwing code returns only returns Native View
Set contextNames = driver.getContextHandles();
for (String contextName : contextNames) {
System.out.println(contextName); //prints out something like NATIVE_APP \n WEBVIEW_1
}

Appium Java client Version: 2.2.0
Android Version: 5.0.2

you wanted to run iOS_webkit_debug_proxy to switch/get webview

I am doing a test on a Android real device and not on a iOS device.

Hi Abhijeet

Did u get the resolution of your said query, I am also facing an issue while launching chrome app on real device, Issue is welcome screen of chrome browser app gets displayed on app launch. Can u please help me out in how to handle the welcome screen of chrome browser app.
Android OS version: 7.0
Appium: 1.6.5

Thannks