Appium does not detect the overlying webview

I am working with a hybrid application. A new feature that was developed was done as a seperate new webview which overlays the old webview. However, when I try to get the context names, it displays only the underlying old webview and the driver.getpagesource () also returns what is there on the old underlying webview. Please help

Hi, did you manage to detect and automate the overlay using appium? I can’t get page source of the new separate webview as well