How to switch on WEBVIEW context in ionic project automated test ? i'm using protractor/jasmine and appium to test on real device (iOS-ipad)

unable to find context for access to dom element

i tried browser.listContexts() , but i can see just NATIVE context

let context = await browser.driver.listContexts();
for (let cont of context) {
console.log(cont);
}