How to handle a webpage inside the native application

Hi,

I have a scenario ->when I click on a particular option(link) in the application , a webview is loaded inside the application itself. But getContext() returns a Native_app.

I have to perform login activities in this web view, where I am unable to.

Please help me how to handle this.

Thanks in advance.

android ? -> enable debug mode for webview :slight_smile: (setWebContentsDebuggingEnabled set to true inside Android app when app in debug mode OR ask Android DEV and dont forget beer to them)

@Aleksei Thanks… It worked…Also I had to wait for some more time for the page to load completely.
ha ha…sure… beer for Dev…

Hi, I am facing the same issue on iOS hybrid app. I am unable to access objects in the webview

ask iOS dev for help